You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by "ParitoshPC (via GitHub)" <gi...@apache.org> on 2023/05/31 10:25:29 UTC

[GitHub] [xmlgraphics-batik] ParitoshPC opened a new pull request, #37: Fixing SVG to PNG Transcoding Error due to missing Arabic Characters …

ParitoshPC opened a new pull request, #37:
URL: https://github.com/apache/xmlgraphics-batik/pull/37

   Upon checking the list of Arabic characters [here](https://asecuritysite.com/coding/asc2?val=1536%2C1792) 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 | &#1578; |
   | - | ---- | ---------------- | --- | ---- | ------- |
   | ث | 1579 | 0000011000101011 | 62b | 3053 | &#1579; |
   | ج | 1580 | 0000011000101100 | 62c | 3054 | &#1580; |
   | ح | 1581 | 0000011000101101 | 62d | 3055 | &#1581; |
   | خ | 1582 | 0000011000101110 | 62e | 3056 | &#1582; |
   | د | 1583 | 0000011000101111 | 62f | 3057 | &#1583; |
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org


[GitHub] [xmlgraphics-batik] ParitoshPC commented on pull request #37: Fixing SVG to PNG Transcoding Error due to missing Arabic Characters …

Posted by "ParitoshPC (via GitHub)" <gi...@apache.org>.
ParitoshPC commented on PR #37:
URL: https://github.com/apache/xmlgraphics-batik/pull/37#issuecomment-1569944048

   Hi @simonsteiner1984 i've added  Details here in this JIRA Issue : https://issues.apache.org/jira/browse/BATIK-1355 and included the unit test patch


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org


[GitHub] [xmlgraphics-batik] ParitoshPC commented on pull request #37: Fixing SVG to PNG Transcoding Error due to missing Arabic Characters …

Posted by "ParitoshPC (via GitHub)" <gi...@apache.org>.
ParitoshPC commented on PR #37:
URL: https://github.com/apache/xmlgraphics-batik/pull/37#issuecomment-1591280554

   Hi @simonsteiner1984 Can you please check ?? https://issues.apache.org/jira/browse/BATIK-1355


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org


[GitHub] [xmlgraphics-batik] ParitoshPC commented on pull request #37: Fixing SVG to PNG Transcoding Error due to missing Arabic Characters …

Posted by "ParitoshPC (via GitHub)" <gi...@apache.org>.
ParitoshPC commented on PR #37:
URL: https://github.com/apache/xmlgraphics-batik/pull/37#issuecomment-1574895033

   Hi @simonsteiner1984 , any updates on this ??
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org