mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Merge pull request #5769 from dumyan/findcontroller-nbsp
nbsp normalization
This commit is contained in:
commit
a033b4bf3d
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ var PDFFindController = (function PDFFindControllerClosure() {
|
|||
'\u201F': '"', // Double high-reversed-9 quotation mark
|
||||
'\u00BC': '1/4', // Vulgar fraction one quarter
|
||||
'\u00BD': '1/2', // Vulgar fraction one half
|
||||
'\u00BE': '3/4' // Vulgar fraction three quarters
|
||||
'\u00BE': '3/4', // Vulgar fraction three quarters
|
||||
'\u00A0': ' ' // No-break space
|
||||
};
|
||||
this.findBar = options.findBar || null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue