Differences From Artifact [3518a1bc61]:
- File gc_core/py/char_player.py — part of check-in [f0804580fa] at 2017-11-16 09:03:04 on branch trunk — [core] char_player: word simplification, <y> replaced by <i> (user: olr, size: 8080) [annotate] [blame] [check-ins using]
To Artifact [7deb983466]:
- File gc_core/py/char_player.py — part of check-in [a97a2c1409] at 2017-11-21 11:33:07 on branch trunk — [core] char_player: ph/f (user: olr, size: 8116) [annotate] [blame] [check-ins using]
︙ | |||
226 227 228 229 230 231 232 233 234 235 236 237 238 239 | 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 | + + | "CH": ("SH", "C", "SS"), "ct": ("x", "cc"), "CT": ("X", "CC"), "oa": ("oi",), "OA": ("OI",), "oi": ("oa", "oie"), "OI": ("OA", "OIE"), "ph": ("f",), "PH": ("F",), "qu": ("q", "cq", "ck", "c", "k"), "QU": ("Q", "CQ", "CK", "C", "K"), "ss": ("c", "ç"), "SS": ("C", "Ç"), "un": ("ein",), "UN": ("EIN",), } |
︙ |