![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Answer: How do I determine encoding format of a file ?by idsfa (Vicar) |
on Apr 11, 2006 at 16:37 UTC ( #542602=categorized answer: print w/replies, xml ) | Need Help?? |
Q&A > files > How do I determine encoding format of a file ? - Answer contributed by idsfa
File::BOM provides get_encoding_from_filehandle and get_encoding from_stream to identify the encoding of Unicode files. Example:
|
|