1
0
forked from GitHub/gf-core

a typo in PhonoFre.voyelle prevented from recognizing ê as a vowel

This commit is contained in:
aarne
2017-05-30 16:38:40 +00:00
parent c154cdb649
commit 6e300ca9cb

View File

@@ -4,10 +4,10 @@ flags coding=utf8 ;
oper
voyelle : Strs = strs {
"a" ; "à" ; "â" ; "e" ; "é" ; "è" ; "ê¨" ;
"a" ; "à" ; "â" ; "e" ; "é" ; "è" ; "ê" ;
"h" ;
"i" ; "î" ; "o" ; "ô" ; "u" ; "û" ; "y" ;
"A" ; "À" ; "Â" ; "E" ; "É" ; "È" ; "ʨ" ;
"A" ; "À" ; "Â" ; "E" ; "É" ; "È" ; "Ê" ;
"H" ;
"I" ; "Î" ; "O" ; "Ô" ; "U" ; "Û" ; "Y"
} ;