in reply to Stupid UTF-8 issue with CSV file
It is properly encoded using UTF-8. Even though "quindi è perfetto" shows up as "quindi Ú perfetto" in the page you linked, "è" is encoded as C3 A8 in the file you linked. So the question becomes: What encoding does Amazon expect? There could also be an issue in how the data was passed to Amazon.
Update: Removed bit about the file not being a CSV file and how to fix that. That's obviously not relevant since Amazon is actually able to read your data. Replaced it with more information about the encoding.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Stupid UTF-8 issue with CSV file
by ultranerds (Hermit) on Dec 05, 2016 at 18:38 UTC | |
by glasswalk3r (Friar) on Dec 05, 2016 at 20:00 UTC | |
by ikegami (Patriarch) on Dec 06, 2016 at 06:18 UTC | |
Re^2: Stupid UTF-8 issue with CSV file
by ultranerds (Hermit) on Dec 06, 2016 at 07:42 UTC | |
by ikegami (Patriarch) on Dec 06, 2016 at 20:11 UTC |