From: Vivien Nicolas <21@vingtetun.org> Date: Thu, 25 Aug 2011 00:38:19 +0000 (+0200) Subject: Fix regression #372 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=528e89693b15154913f2fb0d2df9da7b8ce052d6;p=pdf.js.git Fix regression #372 --- diff --git a/pdf.js b/pdf.js index 138d4bb..abfd1dc 100644 --- a/pdf.js +++ b/pdf.js @@ -4288,6 +4288,7 @@ var PartialEvaluator = (function() { } if (fontDict.has('ToUnicode')) { + encodingMap['empty'] = true; var cmapObj = xref.fetchIfRef(fontDict.get('ToUnicode')); if (IsName(cmapObj)) { error('ToUnicode file cmap translation not implemented');