Differences From Artifact [66cf132d8c]:
- File gc_core/js/char_player.js — 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: 10005) [annotate] [blame] [check-ins using]
To Artifact [210ed0c935]:
- File gc_core/js/char_player.js — part of check-in [a97a2c1409] at 2017-11-21 11:33:07 on branch trunk — [core] char_player: ph/f (user: olr, size: 10053) [annotate] [blame] [check-ins using]
| ︙ | |||
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 | + + |
["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",]],
]),
|
| ︙ |