Hey,
cause of all german translations for ic2 are inactive im workin on my own, but i need help.
where can i set the modus to UTF-8 to show üä and so on right ?
also im not allowed to earn money for the downloads of the translation or?
thx
Hey,
cause of all german translations for ic2 are inactive im workin on my own, but i need help.
where can i set the modus to UTF-8 to show üä and so on right ?
also im not allowed to earn money for the downloads of the translation or?
thx
notepad++
I use notepad ++ to work on it, but im not the pro at moment, so where can i set it to UTF-8 ?
edit: I found it thx
Now i have an new problem -_- :
every time i change the modus to UTF-8 and then start mc the modus switchs back to UTF-8 without BOM
help?
Aren't you supposed to use UTF-8 w/out BOM?
current implementation of MC allow unicode actually, it's up to devs to update encoding processing inside mod.
With utf-8 without BOM äüö and so on arent show right ingame -_-
Are you saving it as UTF-8 w/ BOM?
yes^^, but when i start then mc and load a world it stwitchs back -_-
The vannilla german translation of Mc uses UTF-8 without BOM and it works, so i think the bug is in the code of IC2
Dann benutz halt einfach ae ue und oe geht doch auch
Hab ich ja sieht aber naja aus
Beim modden kann man character codes dafür verwenden, ich weiß grad aber nur den für ü: \u00fc
PS: ä ist nicht \a00fc. Ich meld mich wenn ich mehr rausgefunden hab
Edit:
ä - \u00e4
Ä - \u00c4
ö - \u00f6
Ö - \u00d6
ü - \u00fc
Ü - \u00dc
Quelle: http://yaml.org (http://www.yaml.org/spec/1.2/spec.html#id2776092)
und wie setzte ich die dann ein?
danke schonmal
Wer ändert denn die Datei wenn du MC startest? Wenn das Minecraft selbst ist, dann hat das vielleicht Gründe. Ansonsten vielleicht mal nachgucken wie Minecraft die Datei eigentlich einliest, ggf. ist das BOM ja auch völlig egal.
Einfach einsetzen
Holzger\u00fcst zum Beispiel für scaffold
Ich hab keinen Plan ob das wirklich genauso wie beim modden funktioniert, also sei nicht sauer auf mich wenn es nicht klappt
Also habe es probiert, er nimmt die codes an, schreibt dann aber nicht ae sondern automatisch ae -_-
und das liegt wiederum an BOM^^