PHP Convert Windows-1251 to UTF 8

前端 未结 5 666
粉色の甜心
粉色の甜心 2021-01-04 10:03

I have a small html code and I need to convert it to UTF-8.
I use this iconv(\"windows-1251\", \"utf-8\", $html);

All text converts correctly, but

5条回答
提交回复
热议问题