From 8b61273b8c492e094d65764f3151d779d2f7c6cc Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Sun, 21 Feb 2010 19:21:00 +0100 Subject: beta 2010.02.21 19:21 --- tex/generic/context/luatex-fonts-merged.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tex/generic') diff --git a/tex/generic/context/luatex-fonts-merged.lua b/tex/generic/context/luatex-fonts-merged.lua index eea38e013..808fb069d 100644 --- a/tex/generic/context/luatex-fonts-merged.lua +++ b/tex/generic/context/luatex-fonts-merged.lua @@ -1,6 +1,6 @@ -- merged file : c:/data/develop/context/texmf/tex/generic/context/luatex-fonts-merged.lua -- parent file : c:/data/develop/context/texmf/tex/generic/context/luatex-fonts.lua --- merge date : 02/20/10 10:27:32 +-- merge date : 02/21/10 19:28:43 do -- begin closure to overcome local limits and interference @@ -5445,7 +5445,7 @@ otf.features.default = otf.features.default or { } otf.enhancers = otf.enhancers or { } otf.glists = { "gsub", "gpos" } -otf.version = 2.643 -- beware: also sync font-mis.lua +otf.version = 2.644 -- beware: also sync font-mis.lua otf.pack = true -- beware: also sync font-mis.lua otf.syncspace = true otf.notdef = false @@ -5903,7 +5903,7 @@ otf.enhancers["analyse unicodes"] = function(data,filename) for index, glyph in next, data.glyphs do local name, unic = glyph.name, glyph.unicode or -1 -- play safe if unic == -1 or unic >= private or (unic >= 0xE000 and unic <= 0xF8FF) or unic == 0xFFFE or unic == 0xFFFF then - local unicode = lumunic and lumunic[name] + local unicode = (aglmap and aglmap[name]) or (lumunic and lumunic[name]) if unicode then originals[index], tounicode[index], ns = unicode, tounicode16(unicode), ns + 1 end -- cgit v1.2.3