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

Duplicate values in char_names array #8

Open
alhoqbani opened this issue Jul 7, 2017 · 0 comments
Open

Duplicate values in char_names array #8

alhoqbani opened this issue Jul 7, 2017 · 0 comments

Comments

@alhoqbani
Copy link
Owner

The char_names array references Unicode Character 0x0670 twice with the keys SMALL_ALEF and MINI_ALEF.

This is casing the method isSamll() to fail when passed a small Alef, because the the array search return the first key SMALL_ALEF.

The duplication must be resolved by removing one of the two elements.

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

No branches or pull requests

1 participant