feat: use more universal C.UTF-8 instead of en_US.UTF-8 (#30621)

This commit is contained in:
wangxiaolei
2026-01-06 16:39:04 +08:00
committed by GitHub
parent 5661f821c3
commit 2cc89d30db
4 changed files with 11 additions and 8 deletions

View File

@@ -58,8 +58,8 @@ FILES_URL=
INTERNAL_FILES_URL=
# Ensure UTF-8 encoding
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
LANG=C.UTF-8
LC_ALL=C.UTF-8
PYTHONIOENCODING=utf-8
# ------------------------------