simon816 / ComcraftModLoader

Comcraft Mod Loader is a mod to Comcraft that allows multiple mods to be installed at once
http://www.simon816.com/project/comcraftml/downloads/
GNU General Public License v3.0
15 stars 4 forks source link

Cyrillic! #5

Closed dj3underscores closed 10 years ago

dj3underscores commented 10 years ago

I try to make language mod... and as a result it does not support the Cyrillic! I want Cyrillic! AAAA

pwojcikdev commented 10 years ago

Make sure you are using UTF-8 encoding.

simon816 commented 10 years ago

I will check how the IDE supports UTF8 as that is one thing I have not tested

michal5575 commented 10 years ago

Hi, the original Comcraft doesnt support Cyrillic as default. When I released the first version of my mod I must deleted
every letters like ěščřžýáíé, and yes UTF-8 support "ěščřžýáíé" .

dj3underscores commented 10 years ago

Link for my mod: http://vk.cc/1ToDul

michal5575 commented 10 years ago

You can publish it here: http://simon816.hostzi.com/new/dev/ComcraftML/mods/

simon816 commented 10 years ago

Is this resolved or should I look further into the issue?

simon816 commented 10 years ago

After some research into UTF encoding I found Cyrillic is not fully compatible with UTF-8 but needs UTF-16, though most characters are displayable with UTF-8 so I won't change the encoding. See this post for a detailed answer. I didn't compile Comcraft for UTF-8, instead it was just default encoding, and there is limited UTF-8 support in IDE 0.5 so the next release should have better compatibility.