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

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to