Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: bug in utf8 handling?

by benizi (Hermit)
on Oct 04, 2006 at 05:21 UTC ( [id://576259]=note: print w/replies, xml ) Need Help??


in reply to Re: bug in utf8 handling?
in thread bug in utf8 handling?

This is what happened when my ä's weren't UTF-8 encoded, but were actually Latin-1.

I suspect that, wherever you tried testing, the command:
echo "ä" | od -c
would produce:

0000000 344 \n 0000002

If that ä were UTF-8 encoded, it would be:

0000000 303 244 \n 0000003

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-28 11:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found