Php inserts data in the Korean txt file, and SQL-Front displays garbled characters. please help me. I used the php program to insert a Korean txt document, and the array and SQL statements printed on the page are displayed normally. Using iconv (euc-kr, & nbsp; utf-8IGNORE, $ data [name]) & nbsp; for transcoding, changing the UCS-2, ISO-8859-1, etc. can not be displayed normally. Php inserts data in the Korean txt file, and SQL-Front displays garbled characters
Please help. I used the php program to insert a Korean txt document, and the array and SQL statements printed on the page are displayed normally.
Transcode with iconv ('euc-kr ', 'utf-8 // IGNORE', $ data ['name']) and fail to display properly after UCS-2 or ISO-8859-1.
PHP SQL
------ Solution --------------------
I think your original data file is not EUC-KR, but gbk or UTF-8