Questions tagged [character-encoding]
The character-encoding tag has no summary.
30 questions
0 votes
1 answer
337 views
How to handle URL encoding? Specifically regarding updating a product using REST API
I have a product with a SKU that looks like this: "0/000.150.2010" So naturally, when I try to update said product: https://URL.com/index.php/rest/da/V1/products/0/000.150.2010 I get a "...
1 vote
2 answers
2k views
Fetching SKUs containing a "/" (forward slash character) from the /rest/v1/products/ REST API endpoint?
A lot of our SKUs have spaces and forward slashes in them (eg: "PRODUCT1-DARK BLUE" and "PRODUCT2-DARK/RED". I'm able to curl to the products with spaces via url encoding: # ...
0 votes
0 answers
45 views
Recursively Replace certain characters on server (Cent0s) to import images in Magento 2
I have a folder for all my product images which are structured to mimic the categories. Now some of these folders, and some product images have some special characters in them. Mostly & and Ë, Now ...
0 votes
1 answer
564 views
Email template subjects in foreign language become question marks when saved
I have created and email template with Russian content. After entering the details and saved the email template, email template subject showing like "???? ????????????? ?????? {{var store....
2 votes
1 answer
429 views
Getting Decoding Error with Accented, Latin Characters Magento 2.2
I'm trying to create products via the REST API but in the body of the request I send accented characters (á, é, ñ, etc) and I get a decoding error as a response, I have configured postman to send the ...
0 votes
1 answer
668 views
Invoice PDF - Encoding Issue
I am trying to print invoices with special characters (for example for a polish shop). By default these just get completely cut out. If I (for testing) enter only special characters as the customer's ...
2 votes
1 answer
2k views
Can´t add Emojis in Meta Title, Description - Help
I can't add emojis in meta titles or meta description. On save, Magento erases emoji and text below. My Magento version is 1.9 community
1 vote
1 answer
1k views
Replace special characters in catalog image names after upload
Germans have some special characters like ä, ü, ö and ß. They aren't very search engine friendly, so I want to replace them in the file names of uploading catalog images. That sounds not that ...
1 vote
1 answer
466 views
Catalogsearch encodes query string for sort/limit in toolbar
If my search contains special chars like ü, ä they are encoded to %C3%BC for example. The strange thing is, it does work correctly in one template, but not in another one. Template 1: simple links .....
0 votes
1 answer
1k views
Encoding issue with Magento 2
I am using symbols like these in My Magento pages: ✓ ☳ ▣ For some reason now the symbols are being changed by Magento to these weird characters: ÃÂãÃÂÃÂÃÂàâ I have read other threads and ...
1 vote
1 answer
816 views
How to export store's csv that Excel will read properly?
In Sales > Orders when I export csv and open it in excel some characters are not encoded properly. e.g: ü is exported as: ü etc. Do suggest some solution to this problem. Thanks
0 votes
1 answer
408 views
 sent with POST header
we are using an payment extension that sends a POST response if the transaction was successful. For some reason the string contains some none UTF-8 characters. The response looks like this OK The ...
7 votes
3 answers
3k views
How to import product name with ™ and ® symbol?
I have products where it is important to have symbols like ™ and ®, as these are necessary to be with product name. When I tried to import such products, it says "General system exception happened" on ...
3 votes
2 answers
2k views
custom transactional email special characters issue
I have an issue with transactional emails with special characters (é, è, à, etc.) For the "Official Emails" such as "order_new.html" which are sent by magento core, everything works fine and all the ...
3 votes
1 answer
2k views
Importing product names with special characters using Magmi
I am trying to import products using Magmi. Some of the products include special characters, such as é, à, etc. When I import the products, I get the following error for the items that have the ...