Add Arabic abjad numerals#170
Conversation
Add Arabic abjad numerals
Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com>
remove trailing space. Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com>
|
Thanks for addressing the CI issues. Regarding the actual content, I am not fully confident I understand how abjad numerals work. According to the Wiktionary page you linked,1 this wouldn't be a positional system nor a bijective system, but an additive system, similar to Roman numerals, where each symbol has a value, and concatenated symbols signify addition of their respective values. This boils down to the following question: if you had eleven headings using this numbering, how would you expect them to be numbered?
Finally, I have a question regarding the way the fifth number should be displayed. Should it be "ه" or "ه"? Footnotes |
|
Arabic alphabetic abjad numbering is like Latin alphabetic numbering: a,b,c,........ |
Fix fifth letter appearance.
|
Why do these errors reappear every time? I only changed the fifth character, and the errors popped up again! |
|
Then do you know what the Wiktionary page is referring to and whether it would make sense to implement that as well (in a separate PR)? Regarding the fifth letter, this will require some change to the infrastructure. I opened a separate PR for that: #171.
In this case, this is due to the aforementioned infrastructure limitation. But more generally, even the slightest change to a numeral system will cause its magic number to change, so the corresponding test will fail. The goal is that we check that everything works as intended once, and then write the magic number. If something breaks in the future, we will notice it because the magic number will change. |

Arabic abjad numeral for alphabetic numbering #168.