]> git.bitcoin.ninja Git - youtube-dl/blob - devscripts/posix-locale.sh
[utils] Add language codes replaced in 1989 revision of ISO 639 to ISO639Utils (close...
[youtube-dl] / devscripts / posix-locale.sh
1
2 # source this file in your shell to get a POSIX locale (which will break many programs, but that's kind of the point)
3
4 export LC_ALL=POSIX
5 export LANG=POSIX
6 export LANGUAGE=POSIX