kagof / intellij-pokemon-progress

A Pokémon themed progress bar for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/15090-pokemon-progress
MIT License
192 stars 21 forks source link

Broken unicode text when building on Windows systems #62

Closed chylex closed 2 years ago

chylex commented 2 years ago

Description of the bug & expected behaviour (required)

On Windows, the Java compiler assumes a file encoding "appropriate" for the user's language settings instead of UTF-8. If the plugin is built on Windows, the generated JAR file will have broken Pokémon strings.

obrazek

The fix is to set Java compiler to use UTF-8. I will make a PR for this in a bit.

Environment Info (required)

kagof commented 2 years ago

Fixed in 1.7.0