Comment on 3 Problems AWS Needs to AddressComments−atechie14yAlso SQS should accept utf-8 in message body rather than a restricted set of characters.−mleonhard14ySOAP is the cause: http://www.w3.org/TR/REC-xml/#charsetsFortunately it looks like AWS is starting to use JSON for newer APIs: http://docs.amazonwebservices.com/amazondynamodb/latest/deve...−alexchamberlain14yThe whole internet needs to work with utf8. Most of it does of course, but there are a few problems around.
Comments
Also SQS should accept utf-8 in message body rather than a restricted set of characters.
SOAP is the cause: http://www.w3.org/TR/REC-xml/#charsets
Fortunately it looks like AWS is starting to use JSON for newer APIs: http://docs.amazonwebservices.com/amazondynamodb/latest/deve...
The whole internet needs to work with utf8. Most of it does of course, but there are a few problems around.