Uploaded image for project: 'Batik'
  1. Batik
  2. BATIK-1355

[PATCH] SVG to PNG Rendering Issue due to some missing Arabic Characters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.16
    • 1.16
    • GVT Text
    • None
    • Patch

    Description

      Upon checking the list of Arabic characters here the supported character according to ArabicTextHandler are from 0x622 to 0x652. The total number of characters between hex 0x622 to 0x652 according to the website there are 49 characters in total for which mapping should be present, but currently there are only 43 entries in doubleCharRemappings array in /batik/gvt/text/ArabicTextHandler.java file

      These 6 characters are missing from the map

      ت 1578 0000011000101010 62a 3052 ت
      ث 1579 0000011000101011 62b 3053 ث
      ج 1580 0000011000101100 62c 3054 ج
      ح 1581 0000011000101101 62d 3055 ح
      خ 1582 0000011000101110 62e 3056 خ
      د 1583 0000011000101111 62f 3057 د

       

      Pull Request --> https://github.com/apache/xmlgraphics-batik/pull/37

      Attachments

        Activity

          People

            Unassigned Unassigned
            paritoshpc Paritosh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: