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 09:53:40 UTC

[GitHub] [xmlgraphics-batik] ParitoshPC opened a new pull request, #36: Fixing SVG to PNG Rendering due to missing Arabic Characters from the…

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

   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 closed pull request #36: Fixing SVG to PNG Rendering due to missing Arabic Characters from the…

Posted by "ParitoshPC (via GitHub)" <gi...@apache.org>.
ParitoshPC closed pull request #36: Fixing SVG to PNG Rendering due to missing Arabic Characters from the…
URL: https://github.com/apache/xmlgraphics-batik/pull/36


-- 
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] simonsteiner1984 commented on pull request #36: Fixing SVG to PNG Rendering due to missing Arabic Characters from the…

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

   Can you open jira for issue and include unit test in 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 #36: Fixing SVG to PNG Rendering due to missing Arabic Characters from the…

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

   Hi @simonsteiner1984 . Create one : 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 #36: Fixing SVG to PNG Rendering due to missing Arabic Characters from the…

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

   @simonsteiner1984 Can you please check this issue ? 
   Can we get it merged ??


-- 
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 closed pull request #36: Fixing SVG to PNG Rendering due to missing Arabic Characters from the…

Posted by "ParitoshPC (via GitHub)" <gi...@apache.org>.
ParitoshPC closed pull request #36: Fixing SVG to PNG Rendering due to missing Arabic Characters from the…
URL: https://github.com/apache/xmlgraphics-batik/pull/36


-- 
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 #36: Fixing SVG to PNG Rendering due to missing Arabic Characters from the…

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

   > Hi @simonsteiner1984 . Create one : https://issues.apache.org/jira/browse/BATIK-1355
   
   Will include the unit-test also 


-- 
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 #36: Fixing SVG to PNG Rendering due to missing Arabic Characters from the…

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

   Creating a pull_request for latest batik version


-- 
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