tchristofferson / Config-Updater

Used to update files for Bukkit/Spigot API
MIT License
66 stars 9 forks source link

German Umlauts #3

Closed itsthechris07 closed 4 years ago

itsthechris07 commented 4 years ago

Hey! Thank you very much for this ressource! German umlauts like ä, ü, ö get replaced by question marks. (also chars like "»") How can I fix this? Thank you!

Best regards, Christian

tchristofferson commented 4 years ago

I can fix this later today. Currently, I am using FileWriter and BufferedWriter, so FileWriter uses the system default for encoding. I will have to switch it to use a FileOutputStream and use UTF-8.

tchristofferson commented 4 years ago

Should be fixed after commit dcac39f

itsthechris07 commented 4 years ago

Thank you so much!!!