I am updating products using the API. However when there is a non-ASCII (greater than 0x7f) in the body_html field, the product does not get updated.
for example:
body_html: "<b>Acer’s Aspire®</b>"
fails without any errors/warning
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I got around the issue with this: http://mothereff.in/js-escapes
However, I think Shopify should resolve this issue on the backend.