-
Notifications
You must be signed in to change notification settings - Fork 41
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
Spanish chars #11
Comments
Do you get an error message? |
when i send this values for AreOfUse i get that error |
It looks like it's doing htmlentities( twice on the code. Can you post your code where you are adding the values to the Request. If you are storing it in a database, you might have to call html_entity_decode() on the value before you send it. |
@bretto36 I have similar problem with ® symbol in brand name. Method |
my host is not support Composer
how can i use without Composer ?
Thanks alot
2016-11-28 19:58 GMT+07:00 DumpOfTheVar <[email protected]>:
… @bretto36 <https://github.com/bretto36> I have similar problem with ®
symbol in brand name. Method RocketLabs\SellerCenterSdk\Core\Request\
OutputFormatAdapter\XmlOutputFormatAdapter::addToNode() has code:
dom_import_simplexml($node)->nodeValue = htmlentities($content);
The problem is that it convertes ® to ® wich is correct html entity but
not correct xml entity. I found this solution:
dom_import_simplexml($node)->nodeValue = utf8_decode(htmlentities($content,
ENT_XML1));
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF-Nx2w27EhQHq6S57J8RfvQ8xIhTr1oks5rCtANgaJpZM4KXif1>
.
--
Thân ái
*Nguyễn Phú Thụy*
Phone: 0985.910.350
Email: [email protected]
Website: Himi.vn
|
I have the same problem here. Every request with special characters give error |
Hi there.. i retrieve the category attributes more specificly the AreaOfUse but when i send f.i.
Baño or Jardín or any option with a tilde i can't achieve send that how i can solve that. please.
thk a lot
The text was updated successfully, but these errors were encountered: