我必须在我的PHP上将法语字符转换成英语.我使用了以下代码:
iconv("utf-8", "ascii//TRANSLIT", $string);
但结果ËËË却是"E"E"E.
ËËË
"E"E"E
我不需要那个双引号和其他额外的字符 - 我想显示输出EEE.还有其他方法可以将法语翻译成英语吗?你能帮帮我吗?
EEE
php locale utf-8 diacritics character-encoding
character-encoding ×1
diacritics ×1
locale ×1
php ×1
utf-8 ×1