]> gcc.gnu.org Git - gcc.git/commitdiff
cpp.texi (Character sets): Document that we do support input files to be in any chara...
authorGeoffrey Keating <geoffk@apple.com>
Fri, 24 Feb 2006 00:00:51 +0000 (00:00 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 24 Feb 2006 00:00:51 +0000 (00:00 +0000)
* doc/cpp.texi (Character sets): Document that we do support
input files to be in any character set.

From-SVN: r111401

gcc/ChangeLog
gcc/doc/cpp.texi

index 6c7d937c6f359e92264d451c3664e191354b529b..eb986b80d06f0389cf26975c57c6539dcf50127a 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-20  Geoffrey Keating  <geoffk@apple.com>
+
+       * doc/cpp.texi (Character sets): Document that we do support
+       input files to be in any character set.
+
 2006-02-23  Jeff Law  <law@redhat.com>
 
        * tree.h (PHI_ARG_NONZERO): Remove.
index e69394298e6dba8b9baa94ecd0671e3dc7eea560..2a7101cd878386055a0c6eca920f8eba15ecf91e 100644 (file)
@@ -251,12 +251,8 @@ processing.  That set is what the C standard calls the @dfn{source}
 character set.  It must be isomorphic with ISO 10646, also known as
 Unicode.  CPP uses the UTF-8 encoding of Unicode.
 
-At present, GNU CPP does not implement conversion from arbitrary file
-encodings to the source character set.  Use of any encoding other than
-plain ASCII or UTF-8, except in comments, will cause errors.  Use of
-encodings that are not strict supersets of ASCII, such as Shift JIS,
-may cause errors even if non-ASCII characters appear only in comments.
-We plan to fix this in the near future.
+The character sets of the input files are specified using the
+@option{-finput-charset=} option.
 
 All preprocessing work (the subject of the rest of this manual) is
 carried out in the source character set.  If you request textual
This page took 0.065308 seconds and 5 git commands to generate.