tchristofferson / Config-Updater

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

Problem with Unicode Characters #9

Closed CroaBeast closed 2 years ago

CroaBeast commented 2 years ago

Hi, I was using this resource in one plugin that I'm working on it, but it has issues with unicode. My resource before compiling: Click Here After compiling: Click Here

tchristofferson commented 2 years ago

This is a Spigot issue. In onEnable I saved the default config and called saveConfig method and this issue occurred. I didn't use ConfigUpdater to modify the config. Perhaps something doesn't work with UTF-8?