(Ara) Remove some LTR (U+200E) chars that had been copypasted in error

This commit is contained in:
Inari Listenmaa
2018-10-12 15:40:48 +02:00
parent a36c3278a5
commit 0bce38800c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ flags coding=utf8 ;
sun : pattern Str = #("ت"|"ث"|"د"|"ذ"|"ر"|"ز"|"س"|"ش"|"ص"|"ض"|"ط"|"ظ"|"ل"|"ن") ;
-- Hamza
hamza : pattern Str = #("ء"|"؟") ;
hamza : pattern Str = #("ء"|"؟") ;
rectifyHmz: Str -> Str = \word ->
case word of {