]> jfr.im git - yt-dlp.git/blame - devscripts/posix-locale.sh
[FFmpegMetadataPP] Remove `\0` from metadata
[yt-dlp.git] / devscripts / posix-locale.sh
CommitLineData
fefb166c
PH
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
4export LC_ALL=POSIX
5export LANG=POSIX
6export LANGUAGE=POSIX