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

Add support for Arabic and Persian numerals #332

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

karimhm
Copy link
Contributor

@karimhm karimhm commented Jan 6, 2020

Fixes #294.

@karimhm
Copy link
Contributor Author

karimhm commented Jan 6, 2020

Some characters might look duplicated but they are not because some belong to ARABIC-INDIC DIGITs family of characters e.g. ٠١٢٣٤٥٦٧٨٩ (the ones used in Arabic) and some belong to EXTENDED ARABIC-INDIC DIGITs family of characters e.g. ۰۱۲۳۴۵۶۷۸۹ (the one used in Persian). Each one of them have a unique unicode scalar value.

@kuyazee kuyazee merged commit 9db4fa1 into marmelroy:master Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arabic and Persian support
2 participants