Overview
Comment: | [core] char_player: word simplification, <y> replaced by <i> |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | core |
Files: | files | file ages | folders |
SHA3-256: |
f0804580faec7b7a426f435b1940028d |
User & Date: | olr on 2017-11-16 09:03:04 |
Other Links: | manifest | tags |
Context
2017-11-16
| ||
10:16 | [fr] pt: d’un commun accord + faux positif: l’a peu près check-in: 044fbefa17 user: olr tags: trunk, fr | |
09:03 | [core] char_player: word simplification, <y> replaced by <i> check-in: f0804580fa user: olr tags: trunk, core | |
09:02 | [fr] màj: écriture dystypographique check-in: b6f3f39e72 user: olr tags: trunk, fr | |
Changes
Modified gc_core/js/char_player.js from [1665a043e0] to [66cf132d8c].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - - - - - + + + + + | // list of similar chars // useful for suggestion mechanism ${map} var char_player = { _dTransChars: new Map([ |
︙ |
Modified gc_core/py/char_player.py from [a35943535f] to [3518a1bc61].
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - - - - - + + + + + | # list of similar chars # useful for suggestion mechanism import re _xTransChars = str.maketrans({ |
︙ |