Re: [Tutor] UTf-8 to Entity

2005-08-19 Thread mailing list
You'll need the csv module. And that should be about it, I think. The rest would just be using string methods. On 8/15/05, Diaz, Wendell <[EMAIL PROTECTED]> wrote: > > > > Hey guys, > > > > Hope you can help me on this. > > > > I want to make a python program which opens an XML (U

[Tutor] UTf-8 to Entity

2005-08-14 Thread Diaz, Wendell
Hey guys,   Hope you can help me on this.   I want to make a python program which opens an XML (UTF-8 encoding) and do a search & replace. It will search the Unicode and replace them with their equivalent entity name. The program will read a look-up table (a tab delimited text file) whi