Differences From Artifact [729262507c]:
- File graphspell/char_player.py — part of check-in [8176d41022] at 2018-02-26 07:32:35 on branch trunk — [graphspell] suggestion pour les lettres <ae>, <oe> ==> <æ>, <œ> (user: olr, size: 8693) [annotate] [blame] [check-ins using] [more...]
To Artifact [130907f556]:
- File graphspell/char_player.py — part of check-in [d938e081a3] at 2018-04-06 21:02:16 on branch trunk — [graphspell] char_player update (user: olr, size: 8769) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
234 235 236 237 238 239 240 241 242 243 244 245 246 247 | 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 | + + + + |
"AI": ("EI", "É", "È", "Ê", "Ë"),
"ei": ("ai", "é", "è", "ê", "ë"),
"EI": ("AI", "É", "È", "Ê", "Ë"),
"ch": ("sh", "c", "ss"),
"CH": ("SH", "C", "SS"),
"ct": ("x", "cc"),
"CT": ("X", "CC"),
"gg": ("gu",),
"GG": ("GU",),
"gu": ("gg",),
"GU": ("GG",),
"oa": ("oi",),
"OA": ("OI",),
"oe": ("œ",),
"OE": ("Œ",),
"oi": ("oa", "oie"),
"OI": ("OA", "OIE"),
"ph": ("f",),
|
| ︙ |