1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-20 04:29:53 +08:00
Files
youtube-dl/devscripts/posix-locale.sh
T

7 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