mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Read multi-byte character codes based on codespace ranges.
This commit is contained in:
parent
31fda50123
commit
f32e65b19f
9 changed files with 592 additions and 124 deletions
3
make.js
3
make.js
|
@ -306,7 +306,8 @@ target.bundle = function(args) {
|
|||
'core/worker.js',
|
||||
'core/jpx.js',
|
||||
'core/jbig2.js',
|
||||
'core/bidi.js'
|
||||
'core/bidi.js',
|
||||
'core/cmap.js'
|
||||
];
|
||||
|
||||
var EXT_SRC_FILES = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue