mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05:00
Leave out characters the filesystem cannot encode (Closes: #264)
This commit is contained in:
6
devscripts/posix-locale.sh
Normal file
6
devscripts/posix-locale.sh
Normal file
@ -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
|
Reference in New Issue
Block a user