On środa 18 grudzień 2002 10:03 am, you wrote: > On Wed, Dec 18, 2002 at 10:01:17AM -0500, Kuba Ober wrote: > > AFAIR, std::string and QString have exactly same internal unicode > > representation (UTF-16 ???). I hope so, at least (/me shrugs if they are > > different). > > std::string is a typedef for std::basic_string<char>. > > I would be surprised if char is something UTF-16 related on any common > platform...
Okay, not a good idea. What about wstring, then? Cheers, Kuba Ober