tu_79
Deity
A little tutorial, in case of:
In the "encode" menu, they're two part: encode and convert.
1) You have an ansi file (encoded in ansi in checked)
2a)If you click on "encode in utf-8", it change the encoding, your dicritic is messed up because it's always in ansi.
3b)If you cick on "convert in utf-8", it change the encoding in utf-8 and convert all diacritics from your ansi-coding to the utf-8 one, so all diacritics are converted. No further work to do.
note:
Utf-8 bom: it's 2 byte in front of the file to say "hi! i'm an utf-8 file!" but some/most of program don't recognize it, and it can create bugs.
I haven't tried that way, but definitely changing ANSI to UTF do the trick. Original xml files are encoded in utf-8 without bom, whatever it means. It took me a while to test it.