Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
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??


in reply to IO::Handle Unicode and ungetc()

You can work around this by adding a call to binmode just after the open,

$fh->open(\$string, '<:encoding(UTF-8)'); binmode $fh;

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1011836]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 07:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found