This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Using Unicode quotes (was: Re: Ada files now checked in)
- To: dewar at gnat dot com, jsm28 at cam dot ac dot uk
- Subject: Re: Using Unicode quotes (was: Re: Ada files now checked in)
- From: dewar at gnat dot com
- Date: Sun, 7 Oct 2001 11:11:28 -0400 (EDT)
- Cc: gcc at gcc dot gnu dot org, zack at codesourcery dot com
<<The only problem cases would be with message catalogs on systems without
transliteration support in iconv (sufficiently recent GNU libc or GNU
libiconv). We can always provide pre-transliterated catalogs for the
(locale, charset) pairs we want to support. Note that at present message
catalogs in GCC do little enough useful anyway (too few up-to-date
translations). We can also recommend that people with older or non-GNU
systems install GNU libiconv to gain the advantages of translations - and
other advantages in handling input in multiple character sets, for which
iconv is already used by the Java front end and will be used by the C and
C++ front ends.
>>
OK, sounds like this should be the long term or even medium term plan, and
that it is therefore probably not worth worrying about this issue in the
short term.