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

Fix the microfarad capitalization #26

Closed mvasilkov closed 6 years ago

mvasilkov commented 6 years ago

It's spelled μF, and this is probably where the capital F came from. But as a word it's all lowercase, "microfarad".

Also maybe just use uF instead?

avian2 commented 6 years ago

I think uF would be better. The description of the codepoint says it stands for μF, not microfarad. Similar for other transliterations in that page that have “micro” in them.

avian2 commented 6 years ago

I've fixed this in https://github.com/avian2/unidecode/commit/2fcca2e2c6c37c59af173c5eb372f47bdaae3c65. Thanks for reporting the issue.