Tim van der Meij 995be19378 Bidi: skip invalid Unicode character to make indexing work
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.
2016-11-24 22:13:12 +01:00
..
2016-05-11 16:11:13 +02:00
2016-11-01 15:04:21 +01:00
2016-01-28 11:32:59 -06:00
2016-01-28 11:32:59 -06:00
2016-07-17 14:33:41 +02:00
2015-12-16 23:52:16 +01:00
2016-11-01 15:04:21 +01:00
2016-11-01 15:04:21 +01:00
2016-01-28 12:11:46 -06:00