Changing Unicode object to Tuple Type

Diez B. Roggisch deets at nospam.web.de
Thu May 24 08:11:45 EDT 2007


laxmikiran.bachu at gmail.com schrieb:
> Can we have change a unicode string Type object  to a Tuple type
> object.. If so how ????

Why? Are you getting an error that makes you think that's a good idea?

Tuples are basically structs, unicode objects are strings. There is no 
canonical way to convert them. Tell us more about the problem you want 
to be solved, and we might help you better.

diez



More information about the Python-list mailing list