• Resolved Snowman

    (@sn0wm4n)


    I confirmed that English displays correctly without any problems. However, in Japanese, the characters appear as “???”.
    I tried creating a custom theme and specifying the font in CSS after adding it to the server, but it did not work.
    Is it possible to enable Japanese output?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author fkrauthan

    (@fkrauthan)

    You can try to play around with the Codepage setting on the admin page. That might be able to get it working.

    Thread Starter Snowman

    (@sn0wm4n)

    Thanks for the answer.
    Yes, I changed the Codepage setting but I was unsuccessful. ??

    Plugin Author fkrauthan

    (@fkrauthan)

    Maybe this article can give you more tips: https://mpdf.github.io/fonts-languages/fonts-in-mpdf-7-x.html (mpdf is the PDF lib my plugin uses). The plugin currently uses version 8.2.

    If you need to adjust the mpdf instance itself there is a filter called mpdf_adjust_settings that gets the mpdf reference passed in and allows you to call any method on it (to for example add additional fonts etc)

    Thread Starter Snowman

    (@sn0wm4n)

    Hi, I managed to make it appear by changing “$mpdf->onlyCoreFonts” to “false” in the wp-mpdf.php file.
    And I was able to add the custom font by doing the URL step that you gave me.

    Thanks for the support!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Regarding Japanese Language Support’ is closed to new replies.