0
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-11-05 23:45:06 +00:00
yt-dlp/devscripts/posix-locale.sh

6 lines
180 B
Bash

# source this file in your shell to get a POSIX locale (which will break many programs, but that's kind of the point)
export LC_ALL=POSIX
export LANG=POSIX
export LANGUAGE=POSIX