X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/youtubedl/blobdiff_plain/db19c7e19146d9f8d98b42966d120e519620f35d..1b8d644c8d7b2a281b263b38786f5b7d76ccdfc2:/devscripts/posix-locale.sh diff --git a/devscripts/posix-locale.sh b/devscripts/posix-locale.sh new file mode 100644 index 0000000..0aa7a59 --- /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