Browse Source

Use empty strings in shadow encodings array instead of undefined.

Kalervo Kujala 14 years ago
parent
commit
30b8d1dd08
  1. 56
      pdf.js

56
pdf.js

@ -3756,38 +3756,42 @@ var PDFDoc = (function() {
var Encodings = { var Encodings = {
get ExpertEncoding() { get ExpertEncoding() {
return shadow(this, 'ExpertEncoding', [,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, return shadow(this, 'ExpertEncoding', ['', '', '', '', '', '', '', '', '',
'space', 'exclamsmall', 'Hungarumlautsmall',, 'dollaroldstyle', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'dollarsuperior', 'ampersandsmall', 'Acutesmall', 'parenleftsuperior', '', '', '', '', '', 'space', 'exclamsmall', 'Hungarumlautsmall', '',
'parenrightsuperior', 'twodotenleader', 'onedotenleader', 'comma', 'dollaroldstyle', 'dollarsuperior', 'ampersandsmall', 'Acutesmall',
'hyphen', 'period', 'fraction', 'zerooldstyle', 'oneoldstyle', 'parenleftsuperior', 'parenrightsuperior', 'twodotenleader',
'twooldstyle', 'threeoldstyle', 'fouroldstyle', 'fiveoldstyle', 'onedotenleader', 'comma', 'hyphen', 'period', 'fraction',
'sixoldstyle', 'sevenoldstyle', 'eightoldstyle', 'nineoldstyle', 'colon', 'zerooldstyle', 'oneoldstyle', 'twooldstyle', 'threeoldstyle',
'semicolon', 'commasuperior', 'threequartersemdash', 'periodsuperior', 'fouroldstyle', 'fiveoldstyle', 'sixoldstyle', 'sevenoldstyle',
'questionsmall',, 'asuperior', 'bsuperior', 'centsuperior', 'dsuperior', 'eightoldstyle', 'nineoldstyle', 'colon', 'semicolon', 'commasuperior',
'esuperior',,, 'isuperior',,, 'lsuperior', 'msuperior', 'nsuperior', 'threequartersemdash', 'periodsuperior', 'questionsmall', '',
'osuperior',,, 'rsuperior', 'ssuperior', 'tsuperior',, 'ff', 'fi', 'fl', 'asuperior', 'bsuperior', 'centsuperior', 'dsuperior', 'esuperior', '',
'ffi', 'ffl', 'parenleftinferior',, 'parenrightinferior', '', 'isuperior', '', '', 'lsuperior', 'msuperior', 'nsuperior',
'osuperior', '', '', 'rsuperior', 'ssuperior', 'tsuperior', '', 'ff',
'fi', 'fl', 'ffi', 'ffl', 'parenleftinferior', '', 'parenrightinferior',
'Circumflexsmall', 'hyphensuperior', 'Gravesmall', 'Asmall', 'Bsmall', 'Circumflexsmall', 'hyphensuperior', 'Gravesmall', 'Asmall', 'Bsmall',
'Csmall', 'Dsmall', 'Esmall', 'Fsmall', 'Gsmall', 'Hsmall', 'Ismall', 'Csmall', 'Dsmall', 'Esmall', 'Fsmall', 'Gsmall', 'Hsmall', 'Ismall',
'Jsmall', 'Ksmall', 'Lsmall', 'Msmall', 'Nsmall', 'Osmall', 'Psmall', 'Jsmall', 'Ksmall', 'Lsmall', 'Msmall', 'Nsmall', 'Osmall', 'Psmall',
'Qsmall', 'Rsmall', 'Ssmall', 'Tsmall', 'Usmall', 'Vsmall', 'Wsmall', 'Qsmall', 'Rsmall', 'Ssmall', 'Tsmall', 'Usmall', 'Vsmall', 'Wsmall',
'Xsmall', 'Ysmall', 'Zsmall', 'colonmonetary', 'onefitted', 'rupiah', 'Xsmall', 'Ysmall', 'Zsmall', 'colonmonetary', 'onefitted', 'rupiah',
'Tildesmall',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 'exclamdownsmall', 'Tildesmall', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'centoldstyle', 'Lslashsmall',,, 'Scaronsmall', 'Zcaronsmall', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'Dieresissmall', 'Brevesmall', 'Caronsmall',, 'Dotaccentsmall',,, '', 'exclamdownsmall', 'centoldstyle', 'Lslashsmall', '', '',
'Macronsmall',,, 'figuredash', 'hypheninferior',,, 'Ogoneksmall', 'Scaronsmall', 'Zcaronsmall', 'Dieresissmall', 'Brevesmall',
'Ringsmall', 'Cedillasmall',,,, 'onequarter', 'onehalf', 'threequarters', 'Caronsmall', '', 'Dotaccentsmall', '', '', 'Macronsmall', '', '',
'figuredash', 'hypheninferior', '', '', 'Ogoneksmall', 'Ringsmall',
'Cedillasmall', '', '', '', 'onequarter', 'onehalf', 'threequarters',
'questiondownsmall', 'oneeighth', 'threeeighths', 'fiveeighths', 'questiondownsmall', 'oneeighth', 'threeeighths', 'fiveeighths',
'seveneighths', 'onethird', 'twothirds',,, 'zerosuperior', 'onesuperior', 'seveneighths', 'onethird', 'twothirds', '', '', 'zerosuperior',
'twosuperior', 'threesuperior', 'foursuperior', 'fivesuperior', 'onesuperior', 'twosuperior', 'threesuperior', 'foursuperior',
'sixsuperior', 'sevensuperior', 'eightsuperior', 'ninesuperior', 'fivesuperior', 'sixsuperior', 'sevensuperior', 'eightsuperior',
'zeroinferior', 'oneinferior', 'twoinferior', 'threeinferior', 'ninesuperior', 'zeroinferior', 'oneinferior', 'twoinferior',
'fourinferior', 'fiveinferior', 'sixinferior', 'seveninferior', 'threeinferior', 'fourinferior', 'fiveinferior', 'sixinferior',
'eightinferior', 'nineinferior', 'centinferior', 'dollarinferior', 'seveninferior', 'eightinferior', 'nineinferior', 'centinferior',
'periodinferior', 'commainferior', 'Agravesmall', 'Aacutesmall', 'dollarinferior', 'periodinferior', 'commainferior', 'Agravesmall',
'Acircumflexsmall', 'Atildesmall', 'Adieresissmall', 'Aringsmall', 'Aacutesmall', 'Acircumflexsmall', 'Atildesmall', 'Adieresissmall',
'AEsmall', 'Ccedillasmall', 'Egravesmall', 'Eacutesmall', 'Aringsmall', 'AEsmall', 'Ccedillasmall', 'Egravesmall', 'Eacutesmall',
'Ecircumflexsmall', 'Edieresissmall', 'Igravesmall', 'Iacutesmall', 'Ecircumflexsmall', 'Edieresissmall', 'Igravesmall', 'Iacutesmall',
'Icircumflexsmall', 'Idieresissmall', 'Ethsmall', 'Ntildesmall', 'Icircumflexsmall', 'Idieresissmall', 'Ethsmall', 'Ntildesmall',
'Ogravesmall', 'Oacutesmall', 'Ocircumflexsmall', 'Otildesmall', 'Ogravesmall', 'Oacutesmall', 'Ocircumflexsmall', 'Otildesmall',

Loading…
Cancel
Save