validatesns
validatesns copied to clipboard
Support non-ASCII chars in SNS message
When a message contains any non-ASCII chars the code raises an exception while converting unicode string to 'ascii' (default) encoding with decode() method. And it works fine when we decode it to 'utf-8'