[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Quotation marks: Using “” instead of ""
- From: "Tor Lillqvist" <tml iki fi>
- To: "Hubert Figuiere" <hub figuiere net>
- Cc: desktop-devel-list gnome org
- Subject: Re: Quotation marks: Using “” instead of ""
- Date: Thu, 15 May 2008 20:27:19 +0300
> utf-8 encoded litteral DO work in C, without glitch.
Assuming the functions in any library (including the C library) you
pass such UTF-8 encoded strings to expects them to be UTF-8...
And UTF-8-encoded wide string literals hardly work correctly unless
you explicitly tell the compiler that the codeset of the source file
is UTF-8, so that it knows how to convert from UTF-8 in the file to
the correct wchar_t sequence.
--tml
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]