diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-06-15 08:52:52 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-06-15 08:52:52 +0100 |
commit | 799c141b0d84da23cb73651216e5189e989bf37d (patch) | |
tree | 8a593a026efa9ca406e885429ddeb4be41091847 /Porting/todo.pod | |
parent | 549122ae463427b9b888a6eaee5c7052ec31940f (diff) | |
download | perl-799c141b0d84da23cb73651216e5189e989bf37d.tar.gz |
Add TODO note about unresolved aspects of RT #113536
Commit 4f46e52b00 fixed the ANSI case but the wider UTF-16 case
remains a problem (already known about in perltodo.pod).
Diffstat (limited to 'Porting/todo.pod')
-rw-r--r-- | Porting/todo.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Porting/todo.pod b/Porting/todo.pod index 43fb7a8d0c..27ccded5a0 100644 --- a/Porting/todo.pod +++ b/Porting/todo.pod @@ -723,6 +723,11 @@ L</"Virtualize operating system access">. Currently the %ENV entries are always byte strings. See L</"Virtualize operating system access">. +(See RT ticket #113536 for information on Win32's handling of %ENV, +which was fixed to work with native ANSI codepage characters in the +environment, but still doesn't work with other characters outside of +that codepage present in the environment.) + =head2 Unicode and glob() Currently glob patterns and filenames returned from File::Glob::glob() |