diff options
Diffstat (limited to 'gcc/ada/csets.ads')
-rw-r--r-- | gcc/ada/csets.ads | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/gcc/ada/csets.ads b/gcc/ada/csets.ads index c69fc9da986..09952d2dd30 100644 --- a/gcc/ada/csets.ads +++ b/gcc/ada/csets.ads @@ -8,7 +8,7 @@ -- -- -- $Revision$ -- -- --- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2002 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -64,13 +64,14 @@ pragma Elaborate_Body (Csets); -- The character set in use is specified by the value stored in -- Opt.Identifier_Character_Set, which has the following settings: - -- '1' Latin-1 - -- '2' Latin-2 - -- '3' Latin-3 - -- '4' Latin-4 - -- '5' Latin-5 (Cyrillic ISO-8859-5) - -- 'p' IBM PC (code page 437) - -- '8' IBM PC (code page 850) + -- '1' Latin-1 (ISO-8859-1) + -- '2' Latin-2 (ISO-8859-2) + -- '3' Latin-3 (ISO-8859-3) + -- '4' Latin-4 (ISO-8859-4) + -- '5' Latin-5 (ISO-8859-5, Cyrillic) + -- 'p' IBM PC (code page 437) + -- '8' IBM PC (code page 850) + -- '9' Latin-9 (ISO-9959-9) -- 'f' Full upper set (all distinct) -- 'n' No upper characters (Ada/83 rules) -- 'w' Latin-1 plus wide characters also allowed |