1/ Create a new file in ANSI format with 3 é, or é's. HexEditor shows the file to contain 0xE9 0xE9 0xE9. So far so good.
2/ Format-> Convert to UTF-8 without BOM. Now the binary contents are 0xC3 0xA9 0xC3 0xA9 0xC3 0xA9. Ok, but cursor is at column 2 instead of column 3. Ok, it is still at position 3, but this is a little surprising.
3/ Now Format -> Convert to ANSI. You would expect the file contents to revert to 0xE9 0xE9 0xE9. They don't change.
Am I missing anything obvious? If not, this looks like a serious flaw. By the way, the three é remain properly displayed at all times.
CChris
PS: Don: this is why /ru and /bg were not updated....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1/ Create a new file in ANSI format with 3 é, or é's. HexEditor shows the file to contain 0xE9 0xE9 0xE9. So far so good.
2/ Format-> Convert to UTF-8 without BOM. Now the binary contents are 0xC3 0xA9 0xC3 0xA9 0xC3 0xA9. Ok, but cursor is at column 2 instead of column 3. Ok, it is still at position 3, but this is a little surprising.
3/ Now Format -> Convert to ANSI. You would expect the file contents to revert to 0xE9 0xE9 0xE9. They don't change.
Am I missing anything obvious? If not, this looks like a serious flaw. By the way, the three é remain properly displayed at all times.
CChris
PS: Don: this is why /ru and /bg were not updated....