mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
d6ab73679e
Does unicode NFD decomposition on the string before stripping non ascii chars. This means that chars like 'ü' is decomposed into 'u' and '¨', which mean that when non-ascii chars are dropped we will still keep the 'u'. Fixes #60 |
||
---|---|---|
.. | ||
svtplay_dl | ||
Makefile |