The old typing bug in minecraft: you cant type any multibyte characters in minecraft using IME
I had to make mod for fixing the typing bug in minecraft for versions
here is the current version for MC1.6.2(using forge api)
https://github.com/zlainsama/LainCraft/tree/master/src/minecraft/lain/mods/inputfix
GuiScreenFix.java : fix typing
ExpandedCharacters.java : fix the filtering thing (for typing in GuiEditSign and displaying GBK characters in GuiMultiplayer 'ServerList motd')
I hope this can help in future minecraft for fixing the old old typing bug
Pls fix the old old old typing bug,it's really necessary for every Chinese or Janpanese minecrafter!
For now we cant input CJK characters continuously,and for a long time we have to use some mods like zlainsama's inputfix to slove this problem,but why not to fix it in vanilla?