Re: locale_to_utf8 crashes on WinXP with Gtkmm 2.8.4 / Glibmm 2.8.6 and Gtk+ 2.8.18 / Glib 2.10.3

2006-06-04 Thread Chris Vine
On Saturday 03 June 2006 12:19 am, Vinzenz 'evilissimo' Feenstra wrote: Hi, I'm trying to use a string with german umlauts in an application and Glib::locale_to_utf8 returns an invalid string. If I execute this: Glib::ustring test = Glib::locale_to_utf8(äöüß); and I retrieve an invalid

Gtkmm-forge Digest, Vol 1, Issue 1143

2006-06-04 Thread gtkmm-forge-request
Send Gtkmm-forge mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/gtkmm-forge or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach

Re: locale_to_utf8 crashes on WinXP with Gtkmm 2.8.4 / Glibmm 2.8.6 and Gtk+ 2.8.18 / Glib 2.10.3

2006-06-04 Thread Chris Vine
On Saturday 03 June 2006 23:09, Chris Vine wrote: It is very bad practice to call Glib::locale_to_utf8() on a string literal because it will only work if the codeset locale on the machine on which the code is compiled is the same as the codeset in which the string literal happens to have been