diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/char-fio.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/char-fio.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/char-fio.lua b/Master/texmf-dist/tex/context/base/mkiv/char-fio.lua index b1f652eedb0..2b0fe42cee3 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/char-fio.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/char-fio.lua @@ -38,8 +38,8 @@ disableaction(textfileactions, "characters.filters.utf.decompose") local report = logs.reporter("unicode filter") local reporting = "no" --- this is messy as for performance reasons i don't want this to happen --- per line by default +-- This is messy as for performance reasons i don't want this to happen per line by +-- default. local enforced = { ["characters.filters.utf.collapse"] = true, |