Explicit charset

This commit is contained in:
dotasek 2024-03-20 14:07:27 -04:00
parent 90947c9f15
commit 0d702ae567
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class LanguageSubtagRegistryLoader {
}
private void load(InputStream inputStream) throws IOException {
Scanner scanner = new Scanner(inputStream);
Scanner scanner = new Scanner(inputStream, "UTF-8");
Record record = null;
String currentField = null;