mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Adds unicode conversion for js code
This commit is contained in:
parent
6809f254eb
commit
0d54347d57
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ var Catalog = (function CatalogClosure() {
|
|||
if (isStream(js)) {
|
||||
js = bytesToString(js.getBytes());
|
||||
}
|
||||
javaScript.push(js);
|
||||
javaScript.push(stringToPDFString(js));
|
||||
}
|
||||
}
|
||||
return shadow(this, 'javaScript', javaScript);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue