From 6587d8c383cbd6811ae980f7ee52b4886c8661e3 Mon Sep 17 00:00:00 2001 From: Pdf Bot Date: Tue, 9 Jun 2015 18:39:09 +0100 Subject: [PATCH] PDF.js version 1.1.195 --- bower.json | 2 +- build/pdf.combined.js | 8 +++++--- build/pdf.js | 4 ++-- build/pdf.worker.js | 8 +++++--- package.json | 2 +- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index d41f82432..c7708916e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.193", + "version": "1.1.195", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 465fb56bc..cc6c7da88 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.193'; -PDFJS.build = '4983c7b'; +PDFJS.version = '1.1.195'; +PDFJS.build = 'c205b80'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -23271,12 +23271,14 @@ var Font = (function FontClosure() { case 0x7F: // Control char case 0xA0: // Non breaking space case 0xAD: // Soft hyphen - case 0x0E33: // Thai character SARA AM case 0x2011: // Non breaking hyphen case 0x205F: // Medium mathematical space case 0x25CC: // Dotted circle (combining mark) return true; } + if ((code & ~0xFF) === 0x0E00) { // Thai/Lao chars (with combining mark) + return true; + } return false; } diff --git a/build/pdf.js b/build/pdf.js index b545227fb..f0523cecc 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.193'; -PDFJS.build = '4983c7b'; +PDFJS.version = '1.1.195'; +PDFJS.build = 'c205b80'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.worker.js b/build/pdf.worker.js index a24c2efc1..d47c38806 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.193'; -PDFJS.build = '4983c7b'; +PDFJS.version = '1.1.195'; +PDFJS.build = 'c205b80'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -16918,12 +16918,14 @@ var Font = (function FontClosure() { case 0x7F: // Control char case 0xA0: // Non breaking space case 0xAD: // Soft hyphen - case 0x0E33: // Thai character SARA AM case 0x2011: // Non breaking hyphen case 0x205F: // Medium mathematical space case 0x25CC: // Dotted circle (combining mark) return true; } + if ((code & ~0xFF) === 0x0E00) { // Thai/Lao chars (with combining mark) + return true; + } return false; } diff --git a/package.json b/package.json index fbe73c6ec..c9c92deb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.193", + "version": "1.1.195", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",