We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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#