summaryrefslogtreecommitdiff
path: root/tex/context/base/lpdf-fld.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-02-09 15:29:00 +0100
committerHans Hagen <pragma@wxs.nl>2011-02-09 15:29:00 +0100
commitf6bc304822e6ae57bd183ea23a8f885467165d9d (patch)
tree47b65fc3c5faa9cb0320806ffa8c686f2086c0c6 /tex/context/base/lpdf-fld.lua
parent7dc350d0d097b61338500f8605518e215e3ef103 (diff)
downloadcontext-f6bc304822e6ae57bd183ea23a8f885467165d9d.tar.gz
beta 2011.02.09 15:29
Diffstat (limited to 'tex/context/base/lpdf-fld.lua')
-rw-r--r--tex/context/base/lpdf-fld.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/tex/context/base/lpdf-fld.lua b/tex/context/base/lpdf-fld.lua
index c189b8a67..f59ef2d3e 100644
--- a/tex/context/base/lpdf-fld.lua
+++ b/tex/context/base/lpdf-fld.lua
@@ -180,7 +180,10 @@ end
local pdfdocencodingvector, pdfdocencodingcapsule
--- we could save some bytes by pasing the vector as string
+-- The pdf doc encoding vector is needed in order to
+-- trigger propper unicode. Interesting is that when
+-- a glyph is not in the vector, it is still visible
+-- as it is taken from some other font. Messy.
local function checkpdfdocencoding()
report_fields("adding pdfdoc encoding vector")