Store editor text-encoding per session
Hi,
please make the default encoding of the internal editor configurable per session (like the encoding for filenames). Currently this is a global setting. But I have not yet converted all projects to UTF-8, so I have to manually toggle back and forth (or use the commandline option
I know that a UTF-8 BOM at the beginning of files switches the editor to UTF-8 encoding, but I cannot use this, because it breaks the PHP function
regards,
Klaus
please make the default encoding of the internal editor configurable per session (like the encoding for filenames). Currently this is a global setting. But I have not yet converted all projects to UTF-8, so I have to manually toggle back and forth (or use the commandline option
/rawconfig Interface\Editor\Encoding=65001
), but this is easy to forget.
I know that a UTF-8 BOM at the beginning of files switches the editor to UTF-8 encoding, but I cannot use this, because it breaks the PHP function
header()
.
regards,
Klaus