summaryrefslogtreecommitdiff
path: root/tex/context/base/lpdf-fld.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-02-09 16:40:14 +0200
committerMarius <mariausol@gmail.com>2011-02-09 16:40:14 +0200
commited637df24cc8435fc78d30bc08c89f7db60b39c9 (patch)
treee7cf119063bef00fcd4c3193bb8f8440686bd581 /tex/context/base/lpdf-fld.lua
parent03766f7aaa5a741c5d52a1ee8201a887e594b350 (diff)
downloadcontext-ed637df24cc8435fc78d30bc08c89f7db60b39c9.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")