Skip to content

locale環境の調査

hideki kuno edited this page Apr 14, 2023 · 1 revision

alpine linux

/ # python3 -c 'import sys; print(sys.stdout.encoding)'
utf-8
/ # 

ubuntu linux (docker)

root@87d7285c6bb2:/var/www# python -c 'import sys; print(sys.stdout.encoding)'
ANSI_X3.4-1968
root@87d7285c6bb2:/var/www# 
Clone this wiki locally