I have a problem with Chinese characters when exporting query results to an XLS file. In my database, the Chinese character is stored as an encoded format such as
æâ€"°é‡Œç¨‹é›†å›¢
When I display this character on a web page, they are automatically converted to standard Chinese characters using the header function provided by PHP. But we want to extract Chinese characters for the XLS file from MySQL with the standard Chinese character.
source
share