the code have this one
$retstr = ($asciiEncoding) ? $retstr : $this->_encodeUTF16($retstr);
, but i want to change it on charset=iso-8859-1 ... caracters like ë , ' " , out put are wrong symbols .
Please any idea?
the code have this one
$retstr = ($asciiEncoding) ? $retstr : $this->_encodeUTF16($retstr);
, but i want to change it on charset=iso-8859-1 ... caracters like ë , ' " , out put are wrong symbols .
Please any idea?
The first few lines of the documentation say how to do this using the php-excel-reader library itself when you actually read the file:
Otherwise, it defaults to UTF-8, and you can convert strings individually from UTF-8 to ISO-8859-1 using: