开发者

PHP UTF16 to UTF8 conversion

开发者 https://www.devze.com 2023-02-12 22:21 出处:网络
Tried to read UTF16 con开发者_StackOverflow中文版tents from CSV and convert it into UTF8 using mb_convert_encoding and do utf8_decode on the text. Now compare this text to the utf8_decoded text from w

Tried to read UTF16 con开发者_StackOverflow中文版tents from CSV and convert it into UTF8 using mb_convert_encoding and do utf8_decode on the text. Now compare this text to the utf8_decoded text from webpage and write output to a xls.This works fine for almost all languages (German, English, French, Espanol, Italiano, Indonesian,....) except (Japanese, Russian, Turkei and few characters in Polski)

Tried iconv also....All in vain. Seek some help handling this UTF16 to UTf8 conversion

0

精彩评论

暂无评论...
验证码 换一张
取 消