diff options
Diffstat (limited to 'lib/open.pm')
-rw-r--r-- | lib/open.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/open.pm b/lib/open.pm index 7d59d9abfc..363a005619 100644 --- a/lib/open.pm +++ b/lib/open.pm @@ -242,6 +242,11 @@ pragma. =back +If your locale environment variables (LANGUAGE, LC_ALL, LC_CTYPE, LANG) +contain the strings 'UTF-8' or 'UTF8' (case-insensitive matching), +the default encoding of your STDIN, STDOUT, and STDERR, and of +B<any subsequent file open>, is UTF-8. + Directory handles may also support disciplines in future. =head1 NONPERLIO FUNCTIONALITY |