"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>