I am using Notepad++ as my text editor for the translation.
In BoincTasks i have the following entry in the log:
15 juli 2016 - 14:18:14 Language ---- User: 1044 (NOR), System: 1044 (NOR), Selected: 0 () Used: 1044 (NOR)
In my translation i have set the following charset:
<GroupCodePage>
<Page> 0 </>
<CharSet> windows-1252 </>
</GroupCodePage>
When i try to use the char With hex code 0x00E5 (Dec 229) i should get the letter å (shown as å in NP++). In BoincTasks this letter is shown as two letters: Ã¥. According to the Windows-1252 charsets, the char 0x00E5 should be "å"
Also tried to change Charset to Windows-1250 and 1254 without any change in the shown chars.