Unicode support in python

Fredrik Lundh fredrik at pythonware.com
Fri Oct 20 04:59:22 EDT 2006


"sonald" wrote:

> I need to pass russian text into python and validate the same.
> Can u plz guide me on how to make my existing code support the
> russian  text.
>
> Is there any module that can be used for unicode support in python?

Python has built-in Unicode support (which you would probably have noticed
if you'd looked "Unicode" up in the documentation index).  for a list of tutorials
and other documentation, see

    http://www.google.com/search?q=python+unicode

</F> 






More information about the Python-list mailing list