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
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
I got around the issue with this: http://mothereff.in/js-escapes
However, I think Shopify should resolve this issue on the backend.