On Sun May 26 10:03:07 2013, jkeenan wrote: > > Does this problem still persist with Perl 5.18 on Windows? > > Thank you very much. > Jim Keenan No change in behavior the reporter observed on 5.19.0. I can't comment whether there is a bug here or not. ____________________________________________________________________ C:\Documents and Settings\Owner\Desktop>chcp Active code page: 1252 C:\Documents and Settings\Owner\Desktop>perl -we"use open ':std', ':encoding(cp8 50)'; print chr 0xB6" | perl -l -0777 -e"print unpack 'H*', <>" f4 C:\Documents and Settings\Owner\Desktop>perl -we"use open ':std', ':locale'; pri nt chr 0xB6" | perl -l -0777 -e"print unpack 'H*', <>" Cannot figure out an encoding to use at -e line 1. b6 C:\Documents and Settings\Owner\Desktop>perl -we"use open ':std', ':encoding(cp8 50)'; print chr 0x2591" | perl -l -0777 -e"print unpack 'H*', <>" b0 C:\Documents and Settings\Owner\Desktop>perl -we"use open ':std', ':locale'; pri nt chr 0x2591" | perl -l -0777 -e"print unpack 'H*', <>" Cannot figure out an encoding to use at -e line 1. Wide character in print at -e line 1. e29691 C:\Documents and Settings\Owner\Desktop> ____________________________________________________________________ -- bulk88 ~ bulk88 at hotmail.com --- via perlbug: queue: perl5 status: open https://rt.perl.org:443/rt3/Ticket/Display.html?id=63402Thread Previous