Hello friends,
I have a little problem to solve. I'm getting files with different charsets and need to know the encoding of the files. I was trying to get it with Encode::Detect::Detector but I don't really know how to work with it.
For example I want to know the charset of file1 and want the information back in a variable, that there is really e.g. "utf8" in this variable. Any Ideas?