-
-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug - Strange encoding (40° => °) #1118
Comments
Hey! My first suspicion is that this is something Shopify is doing on their end automatically, as that character sequence looks like the HTML decimal reference for the degree symbol. I'd bet if you looked at the product on the storefront, it would render as Can you try changing the product title to another HTML character, just to confirm?
Edit: it'd also be good to confirm if you edit a product directly via the store admin, does ShopifySharp then get/list it with the encoded character or with the |
Ah okay, thanks for confirming! It sounds like it's a bug in ShopifySharp then. Are you using the |
Yes, I am using ProductService |
I'm thinking it's a bug in how we've configured the Json serializer. I'll add some unit tests and get this fixed! |
Hello,
I have some encoding problems and I don't know how to fix them.
For example when I try to set this title to a product:
shopifyProduct.Title= "Spiral flute 40°"
That's what I see in Shopify:
Spiral flute 40°
I also have this problem with special characters specific to some language only.
How can I fix that?
Version:
6.19.0
The text was updated successfully, but these errors were encountered: