[tex-hyphen] hyphenation different in xelatex?
Claudio Beccari
claudio.beccari at gmail.com
Fri Sep 4 17:23:48 CEST 2015
In facts, I understood exactly that, but the core of my message was ti
stimulate our German friends of Dante to get rid of that archeological
file that now is beeing used for pdfLaTeX in order to maintain (?)
compatibility with TeX 2.x that does not exist any more.
Versioning is important more for the authors than the tex-hyphen group;
if a maintainer decides to change a language pattern files I assume s/he
does that work to render them more accurate, not to introduce errors. If
newer pattern files produce sporadic different line breaks compared to
the older ones, that should not be a drawback but an imporvement due to
a more accurate language hyphenation processing.
Claudio
On 04/09/2015 12:57, Arthur Reutenauer wrote:
> I think you misunderstood Claudio, he obviously means to do what
> you're saying in your second paragraph, i. e.
>
> \ifx\secondarg\empty
> % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument
> \message{UTF-8 German hyphenation patterns (traditional orthography)}
> \input hyph-de-1901.tex
> \else
> % 8-bit engine (such as TeX or pdfTeX)
> \message{EC German hyphenation patterns (traditional orthography)}
> \input conv-utf8-ec.tex
> \input hyph-de-1901.tex
> \fi
>
> like we do for every other language.
More information about the tex-hyphen
mailing list