diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-02-17 05:31:18 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-02-17 05:31:18 +0000 |
commit | 8aa8f774be44d46814d4ddbad03e302f1eb37338 (patch) | |
tree | a0e9c495c2b59923162cb3fbc55ab3b677d8e19d /locale.c | |
parent | ce81ff128f8fe94cb13ace56aa6d974168cbdf12 (diff) | |
download | perl-8aa8f774be44d46814d4ddbad03e302f1eb37338.tar.gz |
Doc tweaks (and one code tweak) based on Philip Newton's comments.
p4raw-id: //depot/perl@18731
Diffstat (limited to 'locale.c')
-rw-r--r-- | locale.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -487,7 +487,7 @@ Perl_init_i18nl10n(pTHX_ int printwarn) it overrides LC_MESSAGES for GNU gettext, and it also can have more than one locale, separated by spaces, in case you need to know.) - If PL_utf8locale and PL_unicode (set by -C or by $ENV{PERL_UNICODE) + If PL_utf8locale and PL_unicode (set by -C or by $ENV{PERL_UNICODE}) are true, perl.c:S_parse_body() will turn on the PerlIO :utf8 layer on STDIN, STDOUT, STDERR, _and_ the default open discipline. */ |