Differences From Artifact [af4041b6c7]:
- File graphspell-js/char_player.js — part of check-in [921d166404] at 2018-03-03 06:47:01 on branch trunk — [graphspell][tb] char_player: exports for Thunderbird (user: olr, size: 11706) [annotate] [blame] [check-ins using] [more...]
To Artifact [0baf69300e]:
- File graphspell-js/char_player.js — part of check-in [d938e081a3] at 2018-04-06 21:02:16 on branch trunk — [graphspell] char_player update (user: olr, size: 11806) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
251 252 253 254 255 256 257 258 259 260 261 262 263 264 | 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 | + + + + |
["CT", ["X", "CC"]],
["oa", ["oi",]],
["OA", ["OI",]],
["oe", ["œ",]],
["OE", ["Œ",]],
["oi", ["oa", "oie"]],
["OI", ["OA", "OIE"]],
["gg", ["gu",]],
["GG", ["GU",]],
["gu", ["gg",]],
["GU", ["GG",]],
["ph", ["f",]],
["PH", ["F",]],
["qu", ["q", "cq", "ck", "c", "k"]],
["QU", ["Q", "CQ", "CK", "C", "K"]],
["ss", ["c", "ç"]],
["SS", ["C", "Ç"]],
["un", ["ein",]],
|
| ︙ |