phppaper Posted April 21, 2011 Share Posted April 21, 2011 Dear all I create a excel with php: user the method: http://www.lateralcode.com/excel-spreadsheets-php/ but the thing is, I get encoding problem with character problem with character í ó . They have turned into funny symbol. How to solve it? Thanks Link to comment https://forums.phpfreaks.com/topic/234316-excel-encoding-problem/ Share on other sites More sharing options...
silkfire Posted April 21, 2011 Share Posted April 21, 2011 Before inserting the string, use utf8_encode on it. Link to comment https://forums.phpfreaks.com/topic/234316-excel-encoding-problem/#findComment-1204495 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.