Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing SVG to PNG Transcoding Error due to missing Arabic Characters … #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ParitoshPC
Copy link

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 د

@ParitoshPC
Copy link
Author

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

@ParitoshPC
Copy link
Author

Hi @simonsteiner1984 , any updates on this ??

@ParitoshPC
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant