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.
我在我的 Mac 上用 PHP 将字符串(俄语)转换为 US-ASCII 字符编码时遇到问题。但是,在 Linux 机器上,它可以正常工作。
iconv('utf-8', 'us-ascii//TRANSLIT', $text);
这是其中有错误的代码。
我在 Windows 机器上也有同样的错误。有人能告诉我应该去哪里看吗?
也许它与 Mac 上的 iconv 库有关。
错误是这样的 - “在输入字符串中检测到非法字符......”