Hi,
I'am very newbie in Python.
For the moment I'am trying to convert an unicode character to his uppercase
unaccented character.
By example with locale fr_FR:
a,A,à,À should return A
o,O,ô,Ô should return O
œ,Œ should return Œ
i,I,î,Î should return I
Have you some suggestions ?
Thank.
--
http:
Steve Holden wrote:
> Duncan Booth wrote:
>> [EMAIL PROTECTED] wrote:
>>
>>> On Oct 4, 7:35 am, JBJ >> [EMAIL PROTECTED]> wrote:
>>>> Hi,
>>>> I'am very newbie in Python.
>>>> For the moment I'am trying to convert a
John Machin wrote:
> On Oct 4, 4:35 am, JBJ [EMAIL PROTECTED]> wrote:
>> Hi,
>> I'am very newbie in Python.
>> For the moment I'am trying to convert an unicode character to his
>> uppercase unaccented character.
>> By example with locale fr_FR:
>&