[Twisted-Python] UnicodeDecodeError with twisted.conch.ssh client

Itamar Shtull-Trauring itamar at itamarst.org
Thu Nov 17 09:50:02 MST 2005


On Thu, 2005-11-17 at 11:58 +0100, Henning.Ramm at mediapro-gmbh.de wrote:

> Thank you for the hint - 'str' at every place where data is sent helped.
> I'm glad I don't need any chars that aren't 7-bit ASCII.
> Perhaps conch could be teached to handle Unicode strings, too?

I think you are a bit confused about the way Unicode works. A string
object is NOT "7-bit ASCII".

http://www.joelonsoftware.com/articles/Unicode.html is helpful.





More information about the Twisted-Python mailing list