UTF-8 garbled characters
JPlayer3 opened this issue · 3 comments
When I convert the characters to Japanese, the characters are garbled when reloading.
title: '&1[&3エレベーター&1]'
↓
title: '&1[&3繧ィ繝ャ繝吶�シ繧ソ繝シ&1]'
It was written below to use escape character instead of UTF-8, so I tried it but it doesn't work.
title: '&1[&3\u30A8\u30EC\u30D9\u30FC\u30BF\u30FC&1]'
Is it impossible to translate the hierarchy?
That is really strange and I'm not sure why it does that, must be some obscure Java or Minecraft UTF-8 bug. Would definitely need some testing to narrow down which step of the process that happens in.
I will see if I can get to that... eventually
Or if someone else can figure out the issue and give a pull request, that's cool too