in reply to A definitive way to handle encoding/decoding problems?

Hello,
2. Let's say that the preferred "destination data", regardless of it's original encoding, is supposed to be ISO-8859-1. How can I accomplish this? Automatically or semi-automatically?
Take a look at Encode::Guess
  • Comment on Re: A definitive way to handle encoding/decoding problems?