Character encoding error in saved file.
Brought to you by:
alexdp,
cayhorstmann
The original intention of content in <text> or <labeltext> save in .violet.html file encoded as UTF-8, now the encoding process was redundant and prone to error.</labeltext></text>
For example, the current code page of my Windows is CP936 (Chinese GBK charset encoding),and UTF-8 encoding of "test 中文" is "74 65 73 74 20 E4 B8 AD E6 96 87". But now it was written as "74 65 73 74 20 E6 B6 93 EE 85 9F E6 9E 83 ", the cause is Violet treating UTF-8 byte stream as GBK and encoding it again.
Please refer to the attachment below.