diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-06 05:12:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-06 05:12:23 +0000 |
commit | 1aad1664cf756e015147414b107d6e07ef43c6bc (patch) | |
tree | 80a5c056c6940b06d137417eeefe5b7a12eb7625 /pod/perltodo.pod | |
parent | 6c3397db56d5151f21e501fb6fe11dd893f31ba7 (diff) | |
download | perl-1aad1664cf756e015147414b107d6e07ef43c6bc.tar.gz |
Document which interfaces are NOT Unicode-aware.
p4raw-id: //depot/perl@19433
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 0dbff75e5c..1b5db1183d 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -695,10 +695,13 @@ and so on, varies. Finding the right level of interfacing to Perl requires some thought. Remember that an OS does not implicate a filesystem. -Note that in Windows the -C command line flag already does quite -a bit of the above (but even there the support is not complete: -for example the exec/spawn are not Unicode-aware) by turning on -the so-called "wide API support". +(The Windows -C command flag "wide API support" has been at least +temporarily retired in 5.8.1, and the -C has been repurposed, see +L<perlrun>.) + +=head1 Unicode in %ENV + +Currently the %ENV entries are always byte strings. =head1 Recently done things |