figo2476 Posted July 10, 2010 Share Posted July 10, 2010 One of my form allows user to enter foreign languages (e.g French). I use CKEditor (what you see what you get editor), so people can type whatever they want. For example, if I type "&", it will store it as "&" in the database. This applies to foreign languages as well. When I export data as CSV file, those "&" will display as "&" in Microsoft Excel, but not "&". (This happens to the French as well) I am not sure how to handle them. Link to comment https://forums.phpfreaks.com/topic/207341-display-foreign-languages-in-csv-file/ Share on other sites More sharing options...
jskywalker Posted July 10, 2010 Share Posted July 10, 2010 use urldecode: http://nl2.php.net/manual/en/function.urldecode.php Link to comment https://forums.phpfreaks.com/topic/207341-display-foreign-languages-in-csv-file/#findComment-1084027 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.