CakePHP-CSV icon indicating copy to clipboard operation
CakePHP-CSV copied to clipboard

CSV Export

Open sandeshgb opened this issue 6 years ago • 1 comments

I am trying to export data into .csv format, and it gets the below error: iconv(): Detected an illegal character in input string

In CsvComponent on line 44 i.e. the return iconv() protected function _encode($str = '') { return iconv("UTF-8", "WINDOWS-1257", html_entity_decode($str, ENT_COMPAT, 'utf-8')); }

sandeshgb avatar Nov 15 '18 09:11 sandeshgb

I'd have to understand what input string you gave it. I didn't actually write this function.

ProLoser avatar Nov 15 '18 18:11 ProLoser