Its a module to transliterate from telugu language  written in roman
script into native unicode. right now its running in a browser window
at www.lekhini.org I Intend to translate it into python so that I can
integrate into other tools I have. I am able to pass arguments and get
output from the script also would be OK. or how about ways to wrap
these javascript functions with python.

Thanks
Vyz

supercoder wrote:
> Vyz wrote:
> > Hi,
> > I have a script with hundreds of lines of javascript spread accross 7
> > files. Is there any tool out there to automatically or
> > semi-automatically translate the code into python.
> >
> > Thanks
> > Vyz
>
> Not a tool, but assuming the javascript is not too complex you could
> interpret some of it using python and the CGI module.
> 
> But really, what would be the use?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to