From ed49d6c0debd672428fdeece37cd6ea62909be56 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 18 Mar 2022 14:15:11 +0000 Subject: [PATCH] CI: update crowdin contributors file in utf-8 --- .ci/crowdin-contributors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/crowdin-contributors.py b/.ci/crowdin-contributors.py index 6cb0d1ce..b1bdebc8 100755 --- a/.ci/crowdin-contributors.py +++ b/.ci/crowdin-contributors.py @@ -15,7 +15,7 @@ for user in data['data']: array.sort(key=lambda x: x.lower()) -sys.stdout = open('TRANSLATORS.md', 'wt') +sys.stdout = open('TRANSLATORS.md', 'wt', encoding='utf-8') print('These people helped translating ZNC to various languages:') print()