We have a client who needs data exported from our SQL database.
The data can/does contain many non-english characters.
At the moment we are sending a UTF-8 encoded CSV, however some of the users are on Macs.
THE QUESTION: Is there a file format / encoding combo that will preserve the multilingual character support and be readable by most applications?
(Other then .xls or .xlsx)