diff --git a/tools/charset.py b/tools/charset.py index 77d7ef156a7..1e8dde7023f 100644 --- a/tools/charset.py +++ b/tools/charset.py @@ -15,7 +15,7 @@ def is_special_char(c): def get_special_chars(): result = {} - for lang in["en", "fr", "da", "de", "cz", "nl", "es", "fi", "it", "pl", "pt", "se", "cn", "tw", "jp", "he"]: + for lang in["cn", "cz", "da", "de", "en", "es", "fi", "fr", "he", "it", "jp", "nl", "pl", "pt", "se", "tw"]: charset = set() tools_path = os.path.dirname(os.path.realpath(__file__)) with open(os.path.join(tools_path, "../radio/src/translations/%s.h" % lang), encoding='utf-8') as f: