I'm having this problem with (I assume) Windows. I need to convert an existing application written in Delphi 7 in a multilingual application. I'm using the Delphi ITE and everything works well, except, when the file is saved and recompiled, special characters like ë is converted to e.
I thought that this is a Delphi issue but then realized that, even if I create text document in notepad, insert the character ë, save the document in ANSI format, and then open it again, the character is converted to e.
Is there any workaround to this, except for upgrading to Delphi 2009 and using unicode components? How can I make Windows keep the original character?
Obviously this is not a coding issue, so no relevant code could be posted.
Thanks