avian2 / unidecode

ASCII transliterations of Unicode text - GitHub mirror
https://pypi.python.org/pypi/Unidecode
GNU General Public License v2.0
517 stars 62 forks source link

Add currency translations for U+20B0 through U+20BF #17

Closed chungy closed 6 years ago

chungy commented 6 years ago

Most of these were straightforward. I used currency-specific symbols (UAH, BTC) in the two instances where a codepoint really only ever applies to a single currency with a current ISO code for it.

avian2 commented 6 years ago

Merged. Thanks!