XMLRPCServer issues

Brian Quinlan brian at sweetapp.com
Mon Mar 27 07:05:50 EST 2006


1. Is there on option to get cx_Oracle to return string data as unicode 
rather than strings objects? XML-RPC aside, dealing with unicode objects 
might be better than dealing with encoded strings.

2. You might want to transmit integers as strings rather than use the 
XML-RPC integer type (which is limited to numbers between -2147483648 
and 2147483647).

Cheers,
Brian



More information about the Python-list mailing list