QString latin1 comparision
Harri Porten
porten at froglogic.com
Sun Oct 17 18:46:48 BST 2004
On Sun, 17 Oct 2004, Juergen Pfennig wrote:
> Assuming that you wanted to flag possible char-set problems with non-us-ascii
> chars I come to another question: GNU GCC still does not support "wide"
> string literals (right?). Like: L"This is UNICODE".
Of course it does support them. Unfortunately, it doesn't help that much
in conjunction with QString as that one uses UCS-2 while wchar_t is 4
bytes on Unix platforms.
Harri.
More information about the kde-core-devel
mailing list