1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Merge pull request #435 from vingtetun/master

Fix for #427 and nit of #422
This commit is contained in:
notmasteryet 2011-09-05 07:37:35 -07:00
commit 89440ebef9
2 changed files with 22 additions and 16 deletions

1
pdf.js
View file

@ -4304,7 +4304,6 @@ 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;
}