liyuheng55555 opened a new pull request, #12291: URL: https://github.com/apache/iotdb/pull/12291
Currently, IoTDB uses the ISO/IEC 8859-1 encoding to read and write properties files. This encoding, which is the default for Java to handle properties files, does not support Chinese characters. In order to support Chinese characters, IoTDB will switch to using UTF-8 for all read and write operations on properties files. After this modification, the cluster name can be named in Chinese.  *Although a portion of letters in ISO/IEC 8859-1 cannot be automatically parsed by UTF-8 (indicated by the red box), we believe these characters are very rarely used. For common English characters (indicated by the green box), UTF-8 is fully compatible.*  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
