validatesns icon indicating copy to clipboard operation
validatesns copied to clipboard

Support non-ASCII chars in SNS message

Open pythonpro opened this issue 7 years ago • 0 comments

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'

pythonpro avatar Jul 02 '18 10:07 pythonpro