On Sun, Dec 2, 2012 at 6:49 PM, boB Stepp <[email protected]> wrote:
>>
>> system("chcp 65001>nil"); # this works for me Using OS Win 7 32bits
>>
>>> > binmode STDOUT, ":encoding(UTF-8)";
>>> > print "\x{03B1}\x{03C9}\n";
>
> This works for me as well. Thanks, Tim and Charles!
>
I spoke too soon! The above as written creates a file "nil".
Apparently the correct syntax is to use "nul" as Charles mentioned in
one of his earlier posts.
boB
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/