1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-09 14:58:54 +00:00
youtube-dl/devscripts/posix-locale.sh
2012-09-25 23:56:01 +02:00

7 lines
180 B
Bash
Executable file

# 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