1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00
This commit is contained in:
Andreas Gal 2011-06-17 00:46:27 -07:00
parent 2311c954f8
commit 4184414501
2 changed files with 4204 additions and 4204 deletions

View file

@ -40,7 +40,7 @@ var Fonts = {
unicodeFromCode: function fonts_unicodeFromCode(aCode) {
var unicode = GlyphsUnicode[this.active.encoding[aCode]];
return unicode ? unicode : aCode;
return unicode ? "0x" + unicode : aCode;
}
};

File diff suppressed because it is too large Load diff