04-13-2019 09:17 AM
Hi
I am using File Exchange to add listings to ebay.fr
The listings create fine but do not cope well with accented characters
Épingles becomes Épingles
The Action Header in the file uses CC=UTF-8
I had a look at the file header in a hex editor and the first 3 bytes are ef bb bf which would suggest the file is UTF-8
The É char is represented by c3 89 Which again looks good.
I have trawled google and these forums but cannot find a way to fix this.
Any help would be appreciated.
If someone from ebay picks this up, #909282902 was a file upload ref.
Thanks
Rich
Solved! Go to Best Answer
04-14-2019 04:53 AM
Thank you, this enable me to figure it out.
Ebay.fr seems to ignore CC= so setting ISO-8859-1... wont work if the first 3 bytes indicate utf-8
We have created two successful files, one using our c# app and the other using excel
The excel csv
Removed CC= altogether and saved as csv (western european iso)
Our Raw file from our app
Removed CC= altogether and encoded the file as ISO-8859-1
So it seems that the first 3 bytes are crucial in getting this to work on ebay.fr
We ran one final test:
Encoded the file as ISO-8859-1 but set CC=UTF-8
This worked also - meaning ebay.fr ignored CC= when the file was encoded with ISO-8859-1
Thanks again for your help
04-13-2019 02:27 PM
Try 'CC=ISO-8859-1'. Instead of CC=UTF-8.
04-13-2019 02:55 PM
04-13-2019 03:43 PM - edited 04-13-2019 03:44 PM
Let me call another who may be able to help - @shipscript
04-13-2019 08:09 PM
The eBay.fr File Exchange is supposed to accept a UTF-8 file, although I have not personally tested FR. We have confirmed that the following sites do NOT work with UTF-8, no matter how the data is presented:
US, CA, AU, UK, DE
This is what our testing discovered on the sites that do not accept UTF-8:
I think File Exchange was specifically matched to the English language version of Excel on the tested sites.
These are my test listings from two years ago that the File Exchange staff also tried to duplicate on the US site 6 months ago with the same results:
I was told that FR was different, but I haven't tested.
If you want to try using CC=ISO-8859-1 , then the CSV file you save from your spreadsheet should also be saved in that format. That means you must not see the leading 3 bytes in your spreadsheet file that indicate UTF-8. My server converts from UTF-8 to CP-1252 (very similar to ISO-8859-1 and accepted by File Exchange), which works for most symbols.
Since you see three leading bytes, and File Exchange does not reject your headers, my assumption is that File Exchange is accepting the file as UTF-8 data, which I understand should work in FR, so this is puzzling.
Because you are able to test these characters and seem to understand the underlying hex involved, I would be most interested in your test results because I can not list on the FR site and test there.
04-14-2019 04:53 AM
Thank you, this enable me to figure it out.
Ebay.fr seems to ignore CC= so setting ISO-8859-1... wont work if the first 3 bytes indicate utf-8
We have created two successful files, one using our c# app and the other using excel
The excel csv
Removed CC= altogether and saved as csv (western european iso)
Our Raw file from our app
Removed CC= altogether and encoded the file as ISO-8859-1
So it seems that the first 3 bytes are crucial in getting this to work on ebay.fr
We ran one final test:
Encoded the file as ISO-8859-1 but set CC=UTF-8
This worked also - meaning ebay.fr ignored CC= when the file was encoded with ISO-8859-1
Thanks again for your help
04-14-2019 08:36 AM
Thank you for sharing your methods. What you have found is the same we have found for the other sites. When the file is saved as ISO-8859-1, the CC in the header is ignored.
I suspect that sellers who use Excel to create their spreadsheets leave the CC=UTF-8 in the header and are saving a CSV in ISO format without understanding that Excel is not saving as UTF-8. Perhaps we were all assuming UTF-8 was working for ebay.fr when it really was not.
Welcome to the Seller Tools board! You can chat with other members about seller tools and best practices in using them.
Tools related questions? Learn more about:
Videos: