Oh, cool. I am glad it solves your problem. > Even > setlocale (LC_ALL, "de_DE.utf8").
True, but then, the software will only assume that the locale is always de_DE.utf8 . I am not sure what happens when the software tries to talk with the outside world (using Glib::locale_from/to_utf8) when that outside world is not set up using that very same locale. On the other hand, setlocale(LC_ALL, "") works, no matter what the current locale is. Cheers, Dodji. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
