John Levon <[EMAIL PROTECTED]> writes: | On Fri, Jul 18, 2003 at 04:03:09PM +0200, Andre Poenitz wrote: | | > > 'switching to unicode' means reading in, writing out | > | > Rather some 8 bit encoding of it like UTF8(?).. | | Talking to Lars yes I think we want UTF8 as the file-format encoding. | | Storage at runtime is more controversial. Lars wants to use the | platform's wstring etc.
not really wstring, but wchar_t. | I think this will cause us a lot of problems - | support varies wildly between different systems, and somebody is going | to have to write the wstring <-> QString stuff. | | I placed everything behind a to/fromqstr buffer zone precisely so this | can be done if still needed. I think this might be needed anyway. -- Lgb