Hi!
As one can see on wikipedia, C++11 offers the ability to create utf-8 string literals. (http://en.wikipedia.org/wiki/C%2B%2B11#New_string_literals [1]) Is it possible to pass these safely to Glib::ustring when constructing them? It is suspicious that Glib::ustring::ustring(const char * _src_, size_type _n_ ) constructor will do the job. Is this right? Thanks, Dennis Links: ------ [1] http://en.wikipedia.org/wiki/C%2B%2B11#New_string_literals
_______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
