NewsBlur-viq/newsblur_web/sitecustomize.py
2024-04-24 09:43:56 -04:00

8 lines
124 B
Python

import sys
sys.setdefaultencoding("utf-8")
import os
os.putenv("LANG", "en_US.UTF-8")
os.putenv("LC_ALL", "en_US.UTF-8")