Explicit charset
This commit is contained in:
parent
90947c9f15
commit
0d702ae567
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue