php - Amazon SQS character encoding problem -
I try to insert characters such as A, A, O, I, A, etc. in the message body of Amazon SQL I am doing But these characters are converted to some other characters in SQAS (like ¤¤). There is a way to solve this problem.
Thanks
Thanks for the responses. I think the best way to get this problem is to store message bodies in AmazonSQs in HTMLSNTITIES format. Therefore, before saving the message, I write it in HTML_ENTITIES format using the PHP method.
If someone has a better solution, please feel free to add your comment.
Thanks
Comments
Post a Comment