New translations page
Page: 1
I think its enought to convert all non-ASCII character into Unicode values. i think http://de.selfhtml.org/html/referenz/zeichen.htm should do it for German.
I don't think HTML entities will work. At least I remember seeing some comment about about aC escaping them, so you might end up seeing ä, and the like in some places.
A nice tool to convert text files to UTF (and a great editor btw.) is jEdit. http://jedit.org/ Just open the file in it, then go to the 'buffer options' and select UTF-8 as the character encoding. Now you can enter all special characters of your language. When you save the file, it should be stored UTF-8 encoded.
You might also want to set UTF-8 as the default character encoding in jEdit's global options, so you don't have to change it in the buffer options all the time and it is correctly set when you open an already UTF-8 encoded file.
A nice tool to convert text files to UTF (and a great editor btw.) is jEdit. http://jedit.org/ Just open the file in it, then go to the 'buffer options' and select UTF-8 as the character encoding. Now you can enter all special characters of your language. When you save the file, it should be stored UTF-8 encoded.
You might also want to set UTF-8 as the default character encoding in jEdit's global options, so you don't have to change it in the buffer options all the time and it is correctly set when you open an already UTF-8 encoded file.



