mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
Leave out characters the filesystem cannot encode (Closes: #264)
This commit is contained in:
parent
dcb3c22e0b
commit
fefb166c52
2 changed files with 147 additions and 132 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue