Hi Nicolas,
Please send me the tar.gz file. This infact should be recognized as a binary file by TextMimeDetector and would not usually be considered. However, the binary detection is currently pretty basic and only with use cases detected by users such as you can we firm this up over time. It is possible a binary file falls through the tests. But later tests should route these out.
Text...
Hi Nicolas.
This issue has now been addressed with the release of version 2.1.2 wich you can download from the source forge project download page.
Your code needs to change only the order of the encodings defined. The problem you will have with this encoding order is that the western file will match both ISO-8859-1 and ISO-8859-15 and the unicode file will match ISO-8859-1, ISO-8859-15 and...