forked from GitHub/gf-core
capitals in Fre character matching
This commit is contained in:
@@ -6,7 +6,10 @@ oper
|
||||
voyelle : Strs = strs {
|
||||
"a" ; "à" ; "â" ; "e" ; "é" ; "è" ; "ê¨" ;
|
||||
"h" ;
|
||||
"i" ; "î" ; "o" ; "ô" ; "u" ; "û" ; "y"
|
||||
"i" ; "î" ; "o" ; "ô" ; "u" ; "û" ; "y" ;
|
||||
"A" ; "À" ; "Â" ; "E" ; "É" ; "È" ; "ʨ" ;
|
||||
"H" ;
|
||||
"I" ; "Î" ; "O" ; "Ô" ; "U" ; "Û" ; "Y"
|
||||
} ;
|
||||
|
||||
elision : Str -> Str = \d -> d + pre {"e" ; "'" / voyelle} ;
|
||||
|
||||
Reference in New Issue
Block a user