superzanti / ServerSync

Sync files between client and server for Minecraft Forge
GNU General Public License v3.0
163 stars 26 forks source link

Character encoding #181

Closed kaiserdj closed 3 years ago

kaiserdj commented 4 years ago

Serversync Version: last build

Minecraft Version: 1.12.2

Issue:

Characters are not showing well I think the UTF-8 character encoding may not be applied

It should put: Dirección IP image

*Sorry for putting so many issues 😅 ❤️

rheimus commented 4 years ago

Issues are good, I would be worried if there were none 😊.

rheimus commented 4 years ago

This should hopefully be solved when I add a custom control for ResourceBundle loading.

Alternatively, I could force a requirement of java 9+

Out of curiosity what java version are you running?

kaiserdj commented 4 years ago

My current java version:

> java -version
java version "1.8.0_241"
Java(TM) SE Runtime Environment (build 1.8.0_241-b07)
Java HotSpot(TM) 64-Bit Server VM (build 25.241-b07, mixed mode)
rheimus commented 3 years ago

Closing as current translations have been converted to an ascii format that should work.