Skip to content

[chusan] allow unicode character on team name

caxerx requested to merge (removed):master into master

In the current version, Aqua uses the game.chusan.team-name property for team names. However, Java reads all application.properties using the ISO-8859-1 encoding, which makes it impossible to use non-ISO-8859-1 characters in team names.

This pull request adopts the same solution used in the mai2 API placename fix, allowing non-ISO-8859-1 characters to be used in team names for chusan.

Merge request reports