Sorin Schwimmer wrote:

> I have to eliminate diacritics in a fairly large file.
> 
> Inspired by http://code.activestate.com/recipes/81330/, I came up with the
> following code:

Here's the unicode.translate()-based approach spelt out:

http://effbot.org/zone/unicode-convert.htm

Peter
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to