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.
我们使用 PHP 将文章转换为 Microsoft Word (DOCX)。问题是有时文章包含特殊的 UTF-8 字符。我尝试使用 htmlentities,但这并不能解决问题(它解决了带有“&”的文章)。你知道我应该怎么做才能将 UTF-8 字符转换为 DOCX 吗?
好的,我们找到了解决方案。我们开始使用PHPDOCX创建 DOCX 文件,现在一切正常。