Closed GoogleCodeExporter closed 9 years ago
Android only recognize UTF-8 encoding in the text. You have to save the csv
file in UTF-8 encoding.
In Linux / Mac:
Use vim to open csv file and type ":w ++enc=utf-8"
In Windows:
Use notepad to open your csv file and save as and select encoding "UTF-8".
Then try to import the CSV file.
Original comment by mrlhwlib...@gmail.com
on 1 Mar 2013 at 5:46
Original issue reported on code.google.com by
reimu...@googlemail.com
on 1 Mar 2013 at 10:09