Convert on uppercase unaccentent unicode character

2007-10-03 Thread JBJ
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:

Re: Convert on uppercase unaccentent unicode character

2007-10-04 Thread JBJ
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

Re: Convert on uppercase unaccentent unicode character

2007-10-04 Thread JBJ
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: >&