Minecraft Comes Alive (MCA)

Minecraft Comes Alive (MCA)

13M Downloads

[1.7.x] Unicode characters do not appear in the achievements page.

oler009 opened this issue ยท 2 comments

commented
commented

The fix simpler than you can imagine. You should drop unicode support and use vanilla assets system which was introduced in 1.6.4(FML should loading langs automatically). I'm not coder but I know few things which you should do:

  1. Remove lang folder in mca folder. It's not needed anymore. Because LanguageRegistry will be removed soon. It's already marked as Deprecated. https://github.com/MinecraftForge/FML/blob/c1b1417ee168523154a0edae68c3180814eab1c7/src/main/java/cpw/mods/fml/common/registry/LanguageRegistry.java
  2. Convert all language files to UTF-8.
  3. Do some additional coding maybe. I don't know. You can check how Forestry dropped unicode: https://github.com/ForestryMC/ForestryMC/pull/91/files maybe it helps you.
commented

I am aware of this issue on several languages.