Overview
| Comment: | [fr] réversion: apostrophe typographique suivant <t> |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fr |
| Files: | files | file ages | folders |
| SHA3-256: |
997694fa93b9a3c8d8f2f66c0f9d6824 |
| User & Date: | olr on 2017-11-23 08:08:14 |
| Other Links: | manifest | tags |
Context
|
2017-11-23
| ||
| 08:09 | [fr] certain/certaine avant V 3pl check-in: e4c5a24db3 user: olr tags: trunk, fr | |
| 08:08 | [fr] réversion: apostrophe typographique suivant <t> check-in: 997694fa93 user: olr tags: trunk, fr | |
|
2017-11-22
| ||
| 14:58 | [core][js] Damerau-Levenshtein distance buggy: can’t find out why -> another version check-in: 300e9c7d3d user: olr tags: trunk, core | |
Changes
Modified gc_lang/fr/rules.grx from [b1ace90234] to [f85e28e7c0].
| ︙ | ︙ | |||
847 848 849 850 851 852 853 |
TEST: __liga__ un {{fl}}ottement ->> fl
TEST: __liga__ une belle {{fi}}gure ->> fi
# Apostrophe typographique
__[i>/apos(apostrophe_typographique)__
| | | 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 |
TEST: __liga__ un {{fl}}ottement ->> fl
TEST: __liga__ une belle {{fi}}gure ->> fi
# Apostrophe typographique
__[i>/apos(apostrophe_typographique)__
([ldsncjmç]|jusqu|lorsqu|aujourd|presqu|quelqu|puisqu|qu|prud|entr)['´‘′`](?=[\w"«]) @@0 <<- ->> \1’ # Apostrophe typographique.
__[i>/apos(apostrophe_typographique_après_t)__
t['´‘′`](?!ils?|elles?|on)(?=[\w"«]) <<- ->> t’ # Apostrophe typographique.
TEST: {{C'}}est l’apostrophe typographique qui manque. ->> C’
TEST: C’est {{l'}}apostrophe typographique qui manque. ->> l’
TEST: {{Aujourd'}}hui, je suis fatigué
TEST: Je pense {{qu`}}elle se trompe
|
| ︙ | ︙ |