Re: Text & Unicode processing references on the web.

2005-04-14 Thread MrJean1
Check David Mertz' book and web site to start. There is more in some of the list here . /Jean Brouwers anthony hornby wrote: > Hi, > I am starting my honours degree project and part of it is going to be > manipulating AS

Re: Text & Unicode processing references on the web.

2005-04-13 Thread anthony hornby
Hi Martin, Thanks for the useful links :-) Anthony. On Sat, 2005-04-09 at 13:46 +0200, "Martin v. LÃwis" wrote: > anthony hornby wrote: > > Can anyone point out some good "Python & Unicode" and "Python & Text > > processing" resources on the net to get me started? Any good book > > recommendation

Re: Text & Unicode processing references on the web.

2005-04-09 Thread "Martin v. Löwis"
anthony hornby wrote: > Can anyone point out some good "Python & Unicode" and "Python & Text > processing" resources on the net to get me started? Any good book > recommendations? As a quick Unicode tutorial, I'd recommend http://www.jorendorff.com/articles/unicode/python.html http://www.egenix.c

Text & Unicode processing references on the web.

2005-04-08 Thread anthony hornby
Hi, I am starting my honours degree project and part of it is going to be manipulating ASCII encoded XML files from a legacy database and converting them to Unicode and doing text processing stuff on the data. I am new to python ( total n00b ) but am keen to use it as the rest of the software my a