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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to