User bd14eda7b5
18-03-2013 02:28:43
In the new version (5.12.0), the standardizer will discard the text encoding of the source file, and the generated file will always use UTF-8 encoding.
For example, in the older version, when I standardize a sdf file which is in GBK encoding, the result sdf file will still be in GBK format. However, in the new version, all result files are set to use UTF-8 encoding regardless the encoding of the source file. I am not sure about other encoding, but for GBK, this bug really exists.