1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-16 16:40:06 +02:00
youtube-dl/devscripts/posix-locale.sh

7 lines
180 B
Bash
Raw Normal View History

# 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