summaryrefslogtreecommitdiff
path: root/tex/context/base/font-col.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-08-15 15:00:13 +0300
committerMarius <mariausol@gmail.com>2013-08-15 15:00:13 +0300
commit6cc84b78d3d3200b3b46e23689021289b42eba7a (patch)
tree01d4739ca68136c09a5bc32e97df47b6c0bc14bb /tex/context/base/font-col.lua
parentcda726c49288251852fc9e41e0fd71805ebad3ae (diff)
downloadcontext-6cc84b78d3d3200b3b46e23689021289b42eba7a.tar.gz
beta 2013.08.15 13:53
Diffstat (limited to 'tex/context/base/font-col.lua')
-rw-r--r--tex/context/base/font-col.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/font-col.lua b/tex/context/base/font-col.lua
index e18dfaf91..b15997cba 100644
--- a/tex/context/base/font-col.lua
+++ b/tex/context/base/font-col.lua
@@ -173,6 +173,7 @@ function collections.clonevector(name)
end
else
for unicode = start, stop do
+ local unic = unicode + offset - start
if force or (not vector[unic] and not oldchars[unic]) then
if remap then
vector[unic] = { cloneid, remap[unicode] }