Skip to content

2021-April-11 - Prerelease - 2.6.129

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Apr 03:47
af734f2
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