|
|
|
|
|
by jefffan241
3477 days ago
|
|
I don't know how you do it in excel but if you generate a csv with UT8 data you can add a byte order mark[0] as the first byte and it will render correctly. Once you add that, excel will open the file with utf8 encoding (if you use the utf8 byte order mark obviously). I haven't tried with other utf-* encodings. Again don't know how to tell excel how to add that though :/ I've only had to deal with arabic in generated csv's. [0] https://en.wikipedia.org/wiki/Byte_order_mark |
|
All applications and operating systems should assume files WITHOUT a BOM are either ASCII, or the superset there of, UTF-8.
Please remember to say WHY you disagree if you do.