SongodaCore/Core
Christian Koop f545dcc2d9
Fix charset not being detected correctly on UTF-8 files (SD-7843)
With this patch, the tested bytes are whole words/lines. This ensures that multi-byte characters (like in UTF-8) are not detected as malformed input and `ISO-8859-1` being detected because it just doesn't care about anything and replaces everything it doesn't know with something it does... Why no error? Would like to know that too :/

This *should* not be able to break existig files or plugins.
2021-04-06 18:46:56 +02:00
..
src/main/java/com/songoda/core Fix charset not being detected correctly on UTF-8 files (SD-7843) 2021-04-06 18:46:56 +02:00
pom.xml version 2.4.49 2021-04-05 13:49:27 -05:00