From: notmasteryet Date: Mon, 5 Sep 2011 14:37:35 +0000 (-0700) Subject: Merge pull request #435 from vingtetun/master X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=89440ebef9e5d60da68e79a4bf3945ed740ef41c;p=pdf.js.git Merge pull request #435 from vingtetun/master Fix for #427 and nit of #422 --- 89440ebef9e5d60da68e79a4bf3945ed740ef41c diff --cc pdf.js index a934afb,dcc9f88..7e748cf --- a/pdf.js +++ b/pdf.js @@@ -4304,9 -4304,9 +4304,8 @@@ var PartialEvaluator = (function() var index = GlyphsUnicode[glyph] || i; glyphsMap[glyph] = encodingMap[i] = index; - var kCmapGlyphOffset = 0xE000; if (index <= 0x1f || (index >= 127 && index <= 255)) glyphsMap[glyph] = encodingMap[i] += kCmapGlyphOffset; - } }