0

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

Mike Samuel
  • 118,113
  • 30
  • 216
  • 245
Tarandeep Gill
  • 1,506
  • 18
  • 34

1 Answers1

0

I got around the issue with this: http://mothereff.in/js-escapes

However, I think Shopify should resolve this issue on the backend.

Tarandeep Gill
  • 1,506
  • 18
  • 34