Browse Source
For Arabic characters, the Unicode character codes are mapped to Unicode character types using the character codes for indexing. However, the character code 0x061D is undefined (and therefore invalid) in the Unicode standard. The imported list does not contain this entry, but not having it in the list breaks indexing for items after it. Therefore, put an empty string on its position to make indexing work properly and issue a warning in the unlikely event that we encounter this character.
1 changed files with 13 additions and 5 deletions
Loading…
Reference in new issue