From kde-devel Wed Aug 20 12:47:36 2003 From: Johnny Andersson Date: Wed, 20 Aug 2003 12:47:36 +0000 To: kde-devel Subject: Re: QString data X-MARC-Message: https://marc.info/?l=kde-devel&m=106138365912491 On Wednesday 20 August 2003 14.14, Nicolas Goutte wrote: > Just a question: are you sure that you cannot use QCString? > > QCString would be indendant of UCS-2 or UCS-4, so you would not get this > problem. (Of course the QCString would be probably in UTF-8 in this case.) My program uses Japanese, so I can't use QCString. Actually, I can (using utf8 conversion functions), but to avoid conversion overhead I want to use QString all the way. Thanks for the reply though. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<