In article <[email protected]>,
 [email protected] wrote:

> I am looking for an example of a UNICODE to ASCII conversion example that 
> will remove diacritics from characters (and leave the characters, i.e., Klüft 
> to Kluft) as well as handle the conversion of other characters, like große to 
> grosse.

https://pypi.python.org/pypi/Unidecode
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to