From 6ff1b85c8ffeed52b161c7242d4bc5519f244077 Mon Sep 17 00:00:00 2001 From: Marius Date: Wed, 21 Nov 2012 17:20:15 +0200 Subject: beta 2012.11.21 16:11 --- tex/context/base/font-enh.lua | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'tex/context/base/font-enh.lua') diff --git a/tex/context/base/font-enh.lua b/tex/context/base/font-enh.lua index ca9893e3d..b846f51fa 100644 --- a/tex/context/base/font-enh.lua +++ b/tex/context/base/font-enh.lua @@ -164,7 +164,11 @@ registerafmfeature { initializers = { base = initializeunicoding, node = initializeunicoding, - } + }, + -- manipulators = { + -- base = finalizeunicoding, + -- node = finalizeunicoding, + -- } } registerotffeature { @@ -173,5 +177,9 @@ registerotffeature { initializers = { base = initializeunicoding, node = initializeunicoding, - } + }, + -- manipulators = { + -- base = finalizeunicoding, + -- node = finalizeunicoding, + -- } } -- cgit v1.2.3