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を使用して記事をMicrosoftWord(DOCX)に変換します。問題は、記事に特殊なUTF-8文字が含まれている場合があることです。htmlentitiesを使用してみましたが、問題は解決しません(「&」が含まれる記事は解決しました)。UTF-8文字をDOCXに変換するために私が何をすべきか知っていますか?
OK、解決策が見つかりました。DOCX ファイルの作成にPHPDOCXの使用を開始しましたが、現在はすべて正常に動作しています。