utf 8 - Amazon SimpleDB GetAttributes Charset problem -
utf 8 - Amazon SimpleDB GetAttributes Charset problem -
for next i'm using rest api discussed here: http://docs.amazonwebservices.com/amazonsimpledb/latest/developerguide/sdb_api_getattributes.html
when getting rows of table (attributes of domain) can sniff http traffic , see response contains unicode characters of table cells (as should.) however, can see response content type "text/xml" , no charset specified. because of rfc2046, means default charset of "us-ascii" should used. results in parser i'm using not beingness able read unicode characters properly.
to me seems bug in amazon. case? there workaround, such headers send amazon (i tried accept-charset , didn't work.)
thanks help!
utf-8 character-encoding amazon-web-services amazon-simpledb
Comments
Post a Comment