On Sat, 01 Jul 2006 22:12:19 +0100, Phil Mayers <[EMAIL PROTECTED]> wrote:
Is the behaviour that Athena won't permit a server-side callRemote to return a str() and mandates a unicode() intentional? If so, what is the rationale?
Yep. JavaScript doesn't have a byte string type, only a character string type. Athena won't guess what kind of characters you want to result from a Python str. Jean-Paul _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
