Feature #3401
import, XML, TEI, edition, manage no space after word
Status: | New | Start date: | 06/06/2023 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Import | Spent time: | - | |
Target version: | TXM 0.8.4 |
Description
Currently space between words rendition in text editions uses general typographic rules of the language of a corpus.
Some words need special rendition with respect to whitespace (eg enclitics).
Solution¶
In Pager, interpret w@join="right"
attribute value to prevent writing a space char after the current word, regardless of the applicable general typographical rule.
There is no need to interpret other values of the @join
attribute as defined in the TEI Guidelines and ISO MAF .
Should we implement this for concordance contexts rendering, we may have to transfert the w@join="right"
attribute to a word property to allow word properties interpretation for text rendition in concordances.