[Tutor] help related to unicode using python

Mark Lawrence breamoreboy at yahoo.co.uk
Wed Mar 20 14:05:39 CET 2013


On 20/03/2013 11:38, nishitha reddy wrote:
> Hi all
> i'm working with unicode using python
> i have some txt files in telugu i want to split all the lines of that
> text files in to words of telugu
> and i need to classify  all of them using some identifiers.can any one
> send solution for that
>                                      thank u
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>

Sorry but we don't work like that.  You write some code and when you get 
problems ask for help.

I'd strongly suggest using Python 3.3 if you can for your processing. 
It's vastly superior to earlier, buggy unicode implementations in Python.

-- 
Cheers.

Mark Lawrence



More information about the Tutor mailing list