X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=devscripts%2Fposix-locale.sh;fp=devscripts%2Fposix-locale.sh;h=0aa7a592d7d2decd1fcdeeb9b0d02a8a0a43d689;hb=fefb166c52e00075a776dba3440039c046998eb4;hp=0000000000000000000000000000000000000000;hpb=dcb3c22e0beedd7e6ee7ca2cc988a5c9b80d5f11;p=youtube-dl diff --git a/devscripts/posix-locale.sh b/devscripts/posix-locale.sh new file mode 100644 index 000000000..0aa7a592d --- /dev/null +++ b/devscripts/posix-locale.sh @@ -0,0 +1,6 @@ + +# 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