ut encodings. How do I do that?
Unicode errors only appear if you're converting between "raw 8-bit data" and
Unicode strings (which contain Unicode characters, not bytes or integers). You
cannot do that without caring about encodings...
I see now. Thanks for your help. It was:
seed1 + pwd + seed2
where seed1 was raw and pwd was unicode.
Laci 2.0
-- http://mail.python.org/mailman/listinfo/python-list