capitals in Fre character matching

This commit is contained in:
aarne
2013-01-28 14:27:04 +00:00
parent a36e1de7a6
commit b77d7c60a0

View File

@@ -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} ;