![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re: IO::Handle Unicode and ungetc()by quester (Vicar) |
on Jan 06, 2013 at 06:28 UTC ( [id://1011836]=note: print w/replies, xml ) | Need Help?? |
You can work around this by adding a call to binmode just after the open,
However, that only works if you do NOT use either of the ":utf8" or ":encoding(UTF-8)" options on binmode. I'm not that familiar with perl Unicode, but this seems vaguely bug-ish to me offhand. Update: tested on perl v5.14.3 built for x86_64-linux-thread-multi
In Section
Seekers of Perl Wisdom
|
|