X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperllocale.pod;h=08b50e0d128d9624abfde117454a203913ddedee;hb=c8984b0bd19897e6e30588055ac0338326f20a34;hp=95aa6af167d137b879988de16f2fc3b943584c73;hpb=528d65adbfbca8f0de82f889e6bbf92ea5fb07c8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perllocale.pod b/pod/perllocale.pod index 95aa6af..08b50e0 100644 --- a/pod/perllocale.pod +++ b/pod/perllocale.pod @@ -215,6 +215,8 @@ I section). If that fails, try the following command lines: ls /usr/lib/nls + ls /usr/share/locale + and see whether they list something resembling these en_US.ISO8859-1 de_DE.ISO8859-1 ru_RU.ISO8859-5 @@ -812,9 +814,14 @@ set, it overrides all the rest of the locale environment variables. B: C is a GNU extension, it affects you only if you are using the GNU libc. This is the case if you are using e.g. Linux. If you are using "commercial" UNIXes you are most probably I -using libc and you can ignore C. But in the case you are -using it: it is an even more powerful "override-all" than C -and moreover, it's a "path" (":"-separated list) of locales. +using GNU libc and you can ignore C. + +However, in the case you are using C: it affects the +language of informational, warning, and error messages output by +commands (in other words, it's like C) but it has higher +priority than L. Moreover, it's not a single value but +instead a "path" (":"-separated list) of I (not locales). +See the GNU C library documentation for more information. =item LC_CTYPE