diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2004-09-14 23:30:38 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-09-14 23:30:38 +0100 |
commit | 0e6d31fb864425c9070798db46d4975ba40de1a6 (patch) | |
tree | 33bb36f930e8fc3697a383097beb1efbc4a5436f /gcc/doc/invoke.texi | |
parent | fc9051dd437312fd701a517aa8552e3a1ca844e3 (diff) | |
download | gcc-0e6d31fb864425c9070798db46d4975ba40de1a6.zip gcc-0e6d31fb864425c9070798db46d4975ba40de1a6.tar.gz gcc-0e6d31fb864425c9070798db46d4975ba40de1a6.tar.bz2 |
re PR c/15498 (typo in gcc manual: non-existing locale example en_UK, should be en_GB)
PR c/15498
* doc/invoke.texi (Environment Variables): Correct example locale.
From-SVN: r87513
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3b258fe..7d473f6 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -12180,8 +12180,8 @@ localization information that allow GCC to work with different national conventions. GCC inspects the locale categories @env{LC_CTYPE} and @env{LC_MESSAGES} if it has been configured to do so. These locale categories can be set to any value supported by your -installation. A typical value is @samp{en_UK} for English in the United -Kingdom. +installation. A typical value is @samp{en_GB.UTF-8} for English in the United +Kingdom encoded in UTF-8. The @env{LC_CTYPE} environment variable specifies character classification. GCC uses it to determine the character boundaries in |