Boost logo

Boost :

From: Andrey Semashev (andysem_at_[hidden])
Date: 2007-06-23 06:29:21


> The wider question is, should people who currently use ASCII and care a lot about performance
> and don't care about i18n switch to UTF-8?
>
> It would certainly simplify life if all strings were UTF-n.
> I have had to deal with BSTR, CString, QString and others.
> Just having to deal with a single string type would be a good thing.

You will still have to deal with all of them because they are either
different interfaces to the string (CString, QString and others) or
imply additional requirements to the storage properties (BSTR). Moving
to Unicode won't make them all a same thing.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk