Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Issue with reading a unicode file

by quester (Vicar)
on Jan 07, 2013 at 06:36 UTC ( [id://1011959]=note: print w/replies, xml ) Need Help??


in reply to Issue with reading a unicode file

As a guess, since you seem to be on Windows, your input file is likely to begin with a Byte Order Mark (BOM), which Microsoft uses as a convention to distinguish the various flavors of UTF. A UTF-8 byte order mark would be three bytes long,  0xEF,0xBB,0xBF. In perl, it appears as the code point  "\N{U+FEFF}". You could try  tr/\N{U+FEFF}//d to remove it.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-24 05:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found