Re: Accent character problem

2008-06-20 Thread Diez B. Roggisch
Sallu schrieb: Hi all and one i wrote this script, working fine without fail( just run it) import re value='This is Praveen' print value #value = 'riché gerry' #words=str(value.split()).strip('[]').replace(', ', '') ( here i tried to convert in to list and then back to string) #print words richr

Re: Accent character problem

2008-06-20 Thread Mark Tolonen
"Sallu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi all and one i wrote this script, working fine without fail( just run it) import re value='This is Praveen' print value #value = 'riché gerry' #words=str(value.split()).strip('[]').replace(', ', '') ( here i tried to convert

Accent character problem

2008-06-20 Thread Sallu
Hi all and one i wrote this script, working fine without fail( just run it) import re value='This is Praveen' print value #value = 'riché gerry' #words=str(value.split()).strip('[]').replace(', ', '') ( here i tried to convert in to list and then back to string) #print words richre=re.compile(r'[a

Re: Character Problem

2008-03-02 Thread Marc 'BlackJack' Rintsch
On Mon, 03 Mar 2008 04:27:52 +0200, Harun BAYKAL wrote: > I am studying on an addon developed for QGIS, a GIS software. But I > have a problem. The extension has been developed with QT and Python. > Actually Python is used for the interface design. For the user > interface Python reads some values

Character Problem

2008-03-02 Thread Harun BAYKAL
Hi, I am studying on an addon developed for QGIS, a GIS software. But I have a problem. The extension has been developed with QT and Python. Actually Python is used for the interface design. For the user interface Python reads some values from some database files. I am not experienced Python user