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

Re^4: How to handle encodings?

by Narveson (Chaplain)
on Mar 07, 2009 at 22:28 UTC ( [id://749090]=note: print w/replies, xml ) Need Help??


in reply to Re^3: How to handle encodings?
in thread How to handle encodings?

Who's to say if chr(250) is "Č" (ISO-8859-2) or "Θ" (ISO-8859-7)?

Any moderately experienced human eye, given a paragraph of context. Have you ever played the game of pulling down the Character Encoding menu in your Web Browser and trying the same page in different encodings?

This is not a dissent from moritz's and clinton's advice. By all means heed any available declarations.

But in the absence of a declaration, the right encoding is humanly guessable, even when the alternatives are different members of the ISO-8859 series. And if it's humanly guessable, then a CPAN module should in principle be able to do it too.

I don't know what algorithm Encode::Guess uses. My own algorithm (untested) would be

  • submit a phrase to Google as a search term;
  • accept Google's proposed spelling correction.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-28 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found