forked from GitHub/gf-rgl
(Pes) Add possibility to use vowel diacritic (kasre) in mkEzafa
It's still not using kasre, but if you want to use it, just change one line.
This commit is contained in:
@@ -54,8 +54,9 @@ oper
|
|||||||
------------------------
|
------------------------
|
||||||
oper
|
oper
|
||||||
|
|
||||||
mkEzafa : Str -> Str ;
|
mkEzafa : Str -> Str = \str ->
|
||||||
mkEzafa str = let kasre = "ِ" in
|
--let kasre = "ِ" in -- TODO: Eventually use this
|
||||||
|
let kasre = "" in
|
||||||
case str of {
|
case str of {
|
||||||
st + "اه" => str + kasre ;
|
st + "اه" => str + kasre ;
|
||||||
st + "وه" => str + kasre ;
|
st + "وه" => str + kasre ;
|
||||||
|
|||||||
Reference in New Issue
Block a user