in reply to Re: Re: Character Encoding and Windows Console woes
in thread Character Encoding and Windows Console woes

This changed in 5.8.1 (from perlrun)

-C <number/list>

The -C flag controls some Unicode of the Perl Unicode features. <<Their typo not mine>>

~~snip~~

(In Perls earlier than 5.8.1 the -C switch was a Win32-only switch that enabled the use of Unicode-aware ``wide system call'' Win32 APIs. This feature was practically unused, however, and the command line switch was therefore ``recycled''.)


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
Timing (and a little luck) are everything!
  • Comment on Re: Re: Re: Character Encoding and Windows Console woes

Replies are listed 'Best First'.
Re: Re: Re: Re: Character Encoding and Windows Console woes
by John M. Dlugosz (Monsignor) on Feb 17, 2004 at 05:08 UTC
    Thanks for pointing that out. The html docs on one machine must not have been updated properly, since it's Perl 5.8.2. (I noticed that Win32::API is missing from the index pane, even though the module is present, so this is the second anomoly today). On another machine, I see a different -C documentation.