From 799c141b0d84da23cb73651216e5189e989bf37d Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Fri, 15 Jun 2012 08:52:52 +0100 Subject: 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). --- Porting/todo.pod | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Porting/todo.pod') 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. Currently the %ENV entries are always byte strings. See L. +(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() -- cgit v1.2.1