mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
(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
|
||||
|
||||
mkEzafa : Str -> Str ;
|
||||
mkEzafa str = let kasre = "ِ" in
|
||||
mkEzafa : Str -> Str = \str ->
|
||||
--let kasre = "ِ" in -- TODO: Eventually use this
|
||||
let kasre = "" in
|
||||
case str of {
|
||||
st + "اه" => str + kasre ;
|
||||
st + "وه" => str + kasre ;
|
||||
|
||||
Reference in New Issue
Block a user