forked from GitHub/gf-core
a typo in PhonoFre.voyelle prevented from recognizing ê as a vowel
This commit is contained in:
@@ -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"
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user