summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2021-09-25 02:19:44 -0400
committerJoseph Donofry <rubberduckie3554@gmail.com>2021-09-25 02:19:44 -0400
commit526c1cdcc495398b028e4b7c920f0df5d1c142d5 (patch)
tree98fc408480a0e827d8862781b565088387a1e040 /scripts
parentMerge pull request #732 from Prezu/polish_translation_1 (diff)
downloadnheko-526c1cdcc495398b028e4b7c920f0df5d1c142d5.tar.xz
Add Unicode 14.0 emoji
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/emoji_codegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/emoji_codegen.py b/scripts/emoji_codegen.py

index df581036..88f711f3 100755 --- a/scripts/emoji_codegen.py +++ b/scripts/emoji_codegen.py
@@ -54,7 +54,7 @@ if __name__ == '__main__': } current_category = '' - for line in open(filename, 'r'): + for line in open(filename, 'r', encoding="utf8"): if line.startswith('# group:'): current_category = line.split(':', 1)[1].strip()