Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试转换从 MySQL 数据库中获取的 ISO8859-1 字符串,并使用 php 将其转换为 UTF-8。但是,当我使用 utf8_encode 函数时,它会从字符串中删除几乎所有的撇号(例外情况似乎在 html 字段中)。
谢谢
一种可能性是使用 Iconv。我以前用过它,它非常好。
http://php.net/manual/en/function.iconv.php
它有一个可以近似字符的 TRANSLIT 选项。