Overview
| Comment: | [fr] html: purge des espaces insécables fins |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fr |
| Files: | files | file ages | folders |
| SHA3-256: |
0e847b75ad7b9a3024d1c2823187ccaa |
| User & Date: | olr on 2019-01-02 13:58:45 |
| Other Links: | manifest | tags |
Context
|
2019-01-02
| ||
| 20:01 | [graphspell] suggestion: split word if both parts are valid check-in: 11d187ec76 user: olr tags: trunk, graphspell | |
| 13:58 | [fr] html: purge des espaces insécables fins check-in: 0e847b75ad user: olr tags: trunk, fr | |
| 12:56 | [core] gc engine: new operator (@) for regex text processor check-in: 86c9c40cab user: olr tags: trunk, core | |
Changes
Modified gc_lang/fr/rules.grx from [62748955f8] to [96f07c89c1].
| ︙ | ︙ | |||
574 575 576 577 578 579 580 | __<i>/html(p_html_balise_ouvrante)__ <\w+.*?> <<- ~>> * __<i>/html(p_html_balise_fermante)__ </\w+ *> <<- ~>> * __<i>/html(p_html_amp_xxx)__ &[a-zA-Z]+; <<- ~>> _ __<i>/html(p_html_lt)__ < <<- ~>> " <" __<i>/html(p_html_gt)__ > <<- ~>> > __<i>/html(p_html_amp)__ & <<- ~>> & __<i>/html(p_html_nbsp)__ <<- ~>> @ | | | 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 |
__<i>/html(p_html_balise_ouvrante)__ <\w+.*?> <<- ~>> *
__<i>/html(p_html_balise_fermante)__ </\w+ *> <<- ~>> *
__<i>/html(p_html_amp_xxx)__ &[a-zA-Z]+; <<- ~>> _
__<i>/html(p_html_lt)__ < <<- ~>> " <"
__<i>/html(p_html_gt)__ > <<- ~>> >
__<i>/html(p_html_amp)__ & <<- ~>> &
__<i>/html(p_html_nbsp)__ <<- ~>> @
__<i>/html(p_html_nbsp2)__ &#(?:160|8239); <<- ~>> @
__<i>/html(p_html_pseudo_balise)__ \[/?\w+\] <<- ~>> *
# LATEX
__<i]/latex(p_latex1)__ \\[a-z]+ <<- ~>> *
__<i>/latex(p_latex2)__ \\[,;/\\] <<- ~>> *
__<s>/latex(p_latex3)__ \{(?:abstract|align|cases|center|description|enumerate|equation|figure|flush(?:left|right)|gather|minipage|multline|quot(?:ation|e)|SaveVerbatim|table|tabular|thebibliography|[vV]erbatim|verse|wrapfigure)\} <<- ~>> *
|
| ︙ | ︙ |