Detect file encoding
nijel opened this issue · 1 comments
nijel commented
In some cases (eg. Java properties or OSX strings) it's possible to use several encodings for the files. This should be easy to detect if there is some translation existing (typically it's ascii/iso-8859-1 with \u
escapes, utf-8 or utf-16).