[Pkg-javascript-commits] [pdf.js] 49/161: Fix copy-paste typo

David Prévot taffit at moszumanska.debian.org
Sat Apr 19 14:16:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 4c2a462a761915a41a7a067afc8d7957bad04d4b
Author: Juraj Sukop <sukop at users.noreply.github.com>
Date:   Fri Mar 14 14:11:16 2014 +0100

    Fix copy-paste typo
    
    The Compact Font Format Specification defines the Standard String of SID 237 as "twodotenleader", and not "266 ff".
---
 src/core/fonts.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/fonts.js b/src/core/fonts.js
index ba4bba5..25dfca0 100644
--- a/src/core/fonts.js
+++ b/src/core/fonts.js
@@ -5141,7 +5141,7 @@ var CFFStandardStrings = [
   'odieresis', 'ograve', 'otilde', 'scaron', 'uacute', 'ucircumflex',
   'udieresis', 'ugrave', 'yacute', 'ydieresis', 'zcaron', 'exclamsmall',
   'Hungarumlautsmall', 'dollaroldstyle', 'dollarsuperior', 'ampersandsmall',
-  'Acutesmall', 'parenleftsuperior', 'parenrightsuperior', '266 ff',
+  'Acutesmall', 'parenleftsuperior', 'parenrightsuperior', 'twodotenleader',
   'onedotenleader', 'zerooldstyle', 'oneoldstyle', 'twooldstyle',
   'threeoldstyle', 'fouroldstyle', 'fiveoldstyle', 'sixoldstyle',
   'sevenoldstyle', 'eightoldstyle', 'nineoldstyle', 'commasuperior',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list