This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: quote marks [was: Status of i18n patches]
>>>>> "Zack" == Zack Weinberg <zack@codesourcery.com> writes:
>> One option: we could have the various error routines post-process
>> the error message before printing. Depending on an option or the
>> locale it could either emit a pair of 0x27 or a 0x2018/0x2019 pair
>> ...
Zack> An interesting idea... although, if we go with the double-quote
Zack> suggestion, it should be 0x201C/0x201D.
Quotes are language-dependent. 201c/201d may be right for English,
but not for Dutch (which uses ,, for open quote) nor French (which
quotes with << and >>), to mention just a few examples.
paul