Closed (fixed)
Project:
Node import
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 May 2007 at 23:08 UTC
Updated:
21 Nov 2007 at 09:30 UTC
I try to import a file with greek characters and after the mapping all I see are question-marks instead of the characters. The collation of the database is utf-8 unicode. Is there anything else I can do? (the file I want to import is attached)
Thank you,
Dimitris
| Comment | File | Size | Author |
|---|---|---|---|
| kentra.txt | 9.66 KB | dimdev |
Comments
Comment #1
tassos commentedIt seems that the file you are trying to import is encoded in iso-8859-7.
You can try to convert it to utf-8 by using a command line tool such as iconv
(http://www.gnu.org/software/libiconv/documentation/libiconv/iconv.1.html)
Which database you're using and which version ...
Comment #2
dimdev commentedThank you very much!!!
Comment #3
Robrecht Jacques commentedSo what you did is saving the file in UTF8 and it works? This means I can close: non-english characters in CSV file.
Thanks!
Comment #4
rojo commentedI cannot import Greek of languages from within Drupal 5.3 I get an error message saying file cannot be read.
Thanks