utf-8 not supported?

Created on 22 April 2019, about 6 years ago
Updated 17 February 2023, over 2 years ago

hi
i using this module in drupal persion languge.
but export of node display this result in attached image.
please help

🐛 Bug report
Status

Active

Version

2.1

Component

Code

Created by

🇮🇷Iran h.parsi

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇳India arunkumark Coimbatore

    Recently am faced an issue with the Drupal commerce Order receipt. The currency symbol with UTF-8 is not supported in the DOMPDF export. After spending some time found the solution by adding the Font family DejaVu Sans into the Commerce Order Receipt twig.

    Reference: https://stackoverflow.com/questions/19830914/inr-currency-symbol-on-pdf-...

    Before updating

     *
     * @ingroup themeable
     */
    #}
    <table class="order-receipt" width="100%" style="font-family: arial,sans-serif">
      <tbody>
      <tr>
        <td>

    After updating

     *
     * @ingroup themeable
     */
    #}
    <table class="order-receipt" width="100%" style="font-family: DejaVu Sans, arial,sans-serif">
      <tbody>
      <tr>
        <td>

  • First commit to issue fork.
  • Status changed to Closed: duplicate 10 days ago
  • 🇦🇺Australia jannakha Brisbane!
Production build 0.71.5 2024