After googleing arround I found out, that

        string loc = setlocale(LC_ALL,"");
        cout << loc << endl;
        
sets the right locale und even prints it to the screen (im my case
de_DE.utf8).
I think it's a good idea to put this information into the Glib::ustring
reference and the two part in the book concerning ustring:

        3. Basics 
                        Glib::ustring
                        
        22. Internationalization and Localization
                        Expecting UTF8
                        
Thanks again Dodji and good night

Maik   

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to