Re: Replace accented chars with unaccented ones

From: Nicolas Bouillon (bouil_at_bouil.org.invalid)
Date: 03/16/04


Date: Tue, 16 Mar 2004 08:26:08 +0100

Thank you both for your answer. They works well both very good.

First, i believe i doesn't work, because the error i've made is to
forgot the "u" for string : u"é". Because my file was already utf-8
encoded (# -*- coding: UTF-8 -*-), i thinks the "u" is not necessary...
i was wrong.

Bye.