FS#175 — Problem importing CSV files with iso8859-15 encoding
| Feature Request | |
| Subscribers | |
| Assigned | |
| Brice Burgess | |
| All |
| High | |
| Normal | |
| Aardvark PR15 | |
| Undecided | |
| Undecided | |
![]() |
When importing csv files encoded with iso8859-15, accented characters from imported fields are displayed uncorrectly both in the preview phase and in the subscribers list.
The problem is solved if I convert the files to "UTF-8". It would be very useful to have something to detect/select the encoding.
I tried this with PHP4.4, Apache/2.2.3, mysql 5.0.24a, Mozilla Firefox 2.0.0.4
The problem is solved if I convert the files to "UTF-8". It would be very useful to have something to detect/select the encoding.
I tried this with PHP4.4, Apache/2.2.3, mysql 5.0.24a, Mozilla Firefox 2.0.0.4
This task depends upon
This task blocks these from closing

I'd like to fix this problem in a future release. For reference could you attach a .CSV file containing iso8859-15 encoded characters? I'd like to use this to test my routines. Also, what is the collation of the poMMo mySQL tables? (identified via phpMyAdmin, etc.).
Thanks,
~ Brice
Thank you very much for your answer! As of your request, I'm attaching an ISO8859-15 csv file, very simple, with only two fields. My database collation is latin1_swedish_ci, maybe this is weird...