encoding conversion on save/split
Brought to you by:
adriancarter
The editor component recognizes UTF-8 data with BOM properly.
However, on save/split the file encoding is converted to single byte (I assume the current ANSI locale is used here).
This leads to loss of characters: Non-locale chars are convertet to "?" on save, and to spaces on split.
Will it be possible to force output encoding to a user-specified value?