[NTG-context] table assignment in the context lua code

2011-03-09 Thread Ulrike Fischer
font-dum.lua contains the following code snippet: local reencodings = { } fonts.enc.reencodings = reencodings local function specialreencode(tfmdata,value) local encoding = value and reencodings[value] end 1. Why is the assignment fonts.enc.reencodings

Re: [NTG-context] table assignment in the context lua code

2011-03-09 Thread Hans Hagen
On 9-3-2011 3:41, Ulrike Fischer wrote: font-dum.lua contains the following code snippet: local reencodings = { } fonts.enc.reencodings = reencodings local function specialreencode(tfmdata,value) local encoding = value and reencodings[value] end 1.