Re: Using Glib::ustring with std::wstring

2006-02-20 Thread Chris Vine
On Monday 20 February 2006 18:41, Loïc Joly wrote: > 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

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, --