Re: help needed with regex and unicode

2008-03-03 Thread Mark Tolonen
"Marc 'BlackJack' Rintsch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, 04 Mar 2008 10:49:54 +0530, Pradnyesh Sawant wrote: > >> I have a file which contains chinese characters. I just want to find out >> all the places that these chinese characters occur. >> >> The follo

Re: help needed with regex and unicode

2008-03-03 Thread Marc 'BlackJack' Rintsch
On Tue, 04 Mar 2008 10:49:54 +0530, Pradnyesh Sawant wrote: > I have a file which contains chinese characters. I just want to find out > all the places that these chinese characters occur. > > The following script doesn't seem to work :( > > **

help needed with regex and unicode

2008-03-03 Thread Pradnyesh Sawant
Hi all, I have a file which contains chinese characters. I just want to find out all the places that these chinese characters occur. The following script doesn't seem to work :( ** class RemCh(object): def __init__(self, fNam