in reply to What's the best way to detect character encodings? (Redux)

Stackoverflow has a detailed discussion at

http://stackoverflow.com/questions/1970660/how-can-i-guess-the-encoding-of-a-string-in-perl.

It mentions Encode::Detect and Encode::Guess among other modules.

  • Comment on Re: What's the best way to detect character encodings? (Redux)