in reply to Re^3: Encoding Detection in perl?
in thread Encoding Detection in perl?

I am sorry that they are gone.

Can anybody show the workable code?

Replies are listed 'Best First'.
Re^5: Encoding Detection in perl?
by moritz (Cardinal) on Feb 22, 2008 at 13:16 UTC
    The Encode::Guess documentation shows pieces of working code in the synopsis. I used it that way, and it worked for me (with utf-8, ISO-8859-1 and a few others, can't recall exactly).

    If you have more specific requirements, you need more specific code. But we don't know about any of these, so we can't help you. Sorry.