* ISO Latin 1 characters - unicode - UTF-8 - guile - gnome-guile - lost in translations ...
@ 2005-04-12 16:13 David Pirotte
2005-04-13 0:29 ` Kevin Ryde
2005-05-24 17:07 ` Marius Vollmer
0 siblings, 2 replies; 3+ messages in thread
From: David Pirotte @ 2005-04-12 16:13 UTC (permalink / raw)
Hi all,
pango_layout_set_text() expects valid UTF-8 strings
so I manually write strings such as:
"référence" english: reference [référence]
which in unicode representation is
r\u00E9f\u00E9rence
and it's ok.
But passing a guile string containing glyphs symbols for non ascii
characters does not work for all of them, for example:
"déjà " english: already [déjà]
which in unicode representation is
d\u00E9j\u00E0
because (I am not sure of this) the glyph reprensentation contains
a #\space
Any hint idea how I could at least temporarily solve my problem?
Thanks
David
ps: is there any hope that guile handles internationalisation
in its core modules some time soon?
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ISO Latin 1 characters - unicode - UTF-8 - guile - gnome-guile - lost in translations ...
2005-04-12 16:13 ISO Latin 1 characters - unicode - UTF-8 - guile - gnome-guile - lost in translations David Pirotte
@ 2005-04-13 0:29 ` Kevin Ryde
2005-05-24 17:07 ` Marius Vollmer
1 sibling, 0 replies; 3+ messages in thread
From: Kevin Ryde @ 2005-04-13 0:29 UTC (permalink / raw)
Cc: guile-user, guile-gtk
David Pirotte <david@altosw.be> writes:
>
> ps: is there any hope that guile handles internationalisation
> in its core modules some time soon?
The cvs has gettext now. I've been spawning the "locale" program
(which is posix standard) to get at decimal point and date/time
formats. It might be nice to get that directly using nl_langinfo or
localeconv, or both.
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ISO Latin 1 characters - unicode - UTF-8 - guile - gnome-guile - lost in translations ...
2005-04-12 16:13 ISO Latin 1 characters - unicode - UTF-8 - guile - gnome-guile - lost in translations David Pirotte
2005-04-13 0:29 ` Kevin Ryde
@ 2005-05-24 17:07 ` Marius Vollmer
1 sibling, 0 replies; 3+ messages in thread
From: Marius Vollmer @ 2005-05-24 17:07 UTC (permalink / raw)
Cc: guile-user, guile-gtk
David Pirotte <david@altosw.be> writes:
> But passing a guile string containing glyphs symbols for non ascii
> characters does not work for all of them,
What happens?
> ps: is there any hope that guile handles internationalisation
> in its core modules some time soon?
Yes, but probably not very soon. We hope to have proper Unicode
support somewhen after 1.8 is released...
--
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-05-24 17:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-12 16:13 ISO Latin 1 characters - unicode - UTF-8 - guile - gnome-guile - lost in translations David Pirotte
2005-04-13 0:29 ` Kevin Ryde
2005-05-24 17:07 ` Marius Vollmer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).