Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
removing non-ascii characters #7310
Comments
|
As explained in the bug reporting instructions: post the full output you get when you run |
|
http://pastebin.com/raw.php?i=z36bwSc6 original title: 500. Milli Maç'ta Hadise Çıktı! (Türkiye - Danimarka) (Dum Tek Tek) |
Correctly setup your locale. |
|
i fixed it by adding "export LANG=en_US.utf8" to "~/.bashrc" |
is it me only or youtube-dl started to remove non-ascii characters in newer versions?
tested in ubuntu 14.04 with latest binary
by the way, i can suggest a parameter that fixes non-ascii characters via "unidecode" module from https://github.com/iki/unidecode
it basicly does:
Ş -> S
kinda