Problem with Glib::ustring::insert

2006-12-12 Thread Loïc Joly
(), s2.end()); } -- Loïc Joly ___ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list

Using Glib::ustring with std::wstring

2006-02-20 Thread Loïc Joly
Hello everybody, I'm starting to use LibXml++ for a new project, and in this context, I'd like to convert from std::wstring to Glib::ustring and the other way around. I can see some convertion functions with std::string, but not with std::wstring. Am I missing something ? Best regards, --