]> git.lyx.org Git - features.git/commit
Fix encoding problems in \input@path
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 27 May 2018 09:54:07 +0000 (11:54 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 27 May 2018 09:54:07 +0000 (11:54 +0200)
commit8bd65041f2e22bf4c37219c7008a7e4e2bda2799
tree5b8e7727e3de5c4dd0e84b4d85c2128b10b74998
parent5996b2e37354412180bb0da5f5107ee5f61328bf
Fix encoding problems in \input@path

As of LaTeX2e 2018, characters are made active earlier, which results
in new expansion problems.

Following a suggestion of Markus Kohm (pc) and the TL mailing list [1],
we embrace non-ASCII input paths in \detokenize. This relies on e-tex,
but I think we can assume this is nowadays available everywhere.

[1] http://tug.org/pipermail/tex-live/2018-May/041691.html

Fixes: #11146
src/Buffer.cpp