2021-April-11 - Prerelease - 2.6.129
Pre-release
Pre-release
Use fallback encodings when reading files (#9036) * Use fallback encodings when reading files Allows for ISO-8859 files to be read if files are not encoded as ASCII (UTF-8). ISO-8859 characters may not render correctly but the file will at least be read (avoiding relatively obscure error scenarios). Resolves: https://github.com/triplea-game/triplea/issues/9028