 |
Forums |
Admin Discussion Forums: help Start New Thread
| Message: 62154 |
 |
BY: James Gray (bbazzarrakk) DATE: 2008-11-14 18:50 SUBJECT: RE: Can't Parse Microsoft Outlook CSV This looks like and encoding issue (see my encoding series on my blog for details: http://blog.grayproductions.net/articles/understanding_m17n).
My suggestions would be to make sure the data is UTF-8. You can transcode it to UTF-8 with the standard iconv library if needed. Then set $KOCDE = "U" and FasterCSV should handle it just fine.
Hope that helps. | |
Thread View
Post a followup to this message
|
 |