UTF8 and Google API
Alex Rice
alrice at ARCplanning.com
Mon Jul 28 01:44:01 EDT 2003
I'm playing around with Google APIs and it says that all requests are
supposed to be UTF-8 encoded. Funny thing is, it works if I use normal
text encoding, but get a 500 server error if I attempt to UTF encode it
first. Any ideas?
-- in revSoap library, revSoapRpcRequest function
-- this causes 500 server error
post uniEncode(tSOAPEnvelope, "UTF8") to url pUrl
-- this works fine
post tSOAPEnvelope to url pUrl
Alex Rice, Software Developer
Architectural Research Consultants, Inc.
http://ARCplanning.com
More information about the use-livecode
mailing list