1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-06 17:47:07 -05:00
Files
youtube-dl/test/test_utils.py
Jakub Wilk fd35d8cdfd [utils] Transliterate "þ" as "th" (#20897)
Despite visual similarity "þ" is unrelated to "p".
It is normally transliterated as "th":

    $ echo þ-Þ | iconv -t ASCII//TRANSLIT
    th-TH
2019-05-11 01:42:31 +07:00

63 KiB