From: Vivien Nicolas <21@vingtetun.org> Date: Mon, 5 Sep 2011 15:30:59 +0000 (+0200) Subject: Merge remote branch 'upstream/master' X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d5dc405e8038da8258a9a2ee795dd63b863526fe;p=pdf.js.git Merge remote branch 'upstream/master' --- d5dc405e8038da8258a9a2ee795dd63b863526fe diff --cc pdf.js index 2d05295,7e748cf..82cfb4c --- a/pdf.js +++ b/pdf.js @@@ -4308,9 -4304,8 +4308,8 @@@ var PartialEvaluator = (function() var index = GlyphsUnicode[glyph] || i; glyphsMap[glyph] = encodingMap[i] = index; - if (index <= 0x1f || (index >= 127 && index <= 255)) + if (!isDisplayable(index)) glyphsMap[glyph] = encodingMap[i] += kCmapGlyphOffset; - } }