-
Notifications
You must be signed in to change notification settings - Fork 0
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
Help in converting #1
Comments
Unfortunately, I don't have a tool readily available that will convert it. If you are trying to read it, then this may help: |
Given that table I pointed at, how ard would it to be to write? What are the rules for the use of the first 2 columns? Are there ligatures of vowel mark that complicate things. I can code, but I can't believe that this hasn't already been done! |
I would focus on the first column only and transliterate that to the applicable Unicode code points and don't focus on the second column as the fonts will take care of that. I don't see any diacritics in the columns and therefore it is non-vocalized in that sense. Just pure letters. Use the Meltho fonts from Beth Mardutho and you should have the correct forms and shapes. |
Does this look good: https://pypi.org/project/aksharamukha/ |
Most of the Roman letters match up except for Alap, Khet, Teth, Ayin, and Tsade. You can possibly go into the python script and modify it to recognize those and should be good to go. |
Naw - out of my league - I'm strictly LTR! I asked if he might be able to support it: |
Try this branch and it should work out OK. I haven't tried it but it should theoretically work. |
Great! Thanks a lot. I see on the commit But in the Peshitta.org/CAL: Font Encoding page: the 2nd to last column is CAL which is a slightly different encoding. Can you cut-n-paste to throw that in as a new encoding, maybe called SyrC or SyrCAL? What do I put as the arguments to the ransliterate.process call to get UTF-8? Thanks very much for your help. PS did you try running this? none of demo.py demo/demo.py or |
Thanks for your code. I fixed it for linux and fixed the syre example in debug.py and updated virtualvinodh/aksharamukha-python#8 He didn't reply to email or the issue. I should be able to add CAL encoding, but the syre is the important one. |
Is there a cmdline application that will convert from either of the ASCII
Peshitta.org/CAL: Font Encoding
http://www.peshitta.org/initial/standard.html
to UTF-8?
I know that's not the point of your software (for which I thank you) but figured you must know.
The text was updated successfully, but these errors were encountered: