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

"knock it down" ! eq "The error message is (....)" nor "The output varies from what I expected; (samples).

"tried Encode::Guess...." ! eq (the code you wrote)

A snippet of the code that failed (boil it down, check that that is indeed what leads to the failure) and the exact output will get you better answers.

Replies are listed 'Best First'.
Re^4: Encoding Detection in perl?
by Anonymous Monk on Feb 22, 2008 at 13:01 UTC

    I am sorry that they are gone.

    Can anybody show the workable code?

      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.