mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Implement "B5pc-H" CMap
This commit is contained in:
parent
655324de74
commit
9e43ad0673
3 changed files with 11 additions and 0 deletions
|
@ -422,6 +422,7 @@ var CMapConverterList = {
|
|||
'90msp-RKSJ-H': sjisToUnicode,
|
||||
'90msp-RKSJ-V': sjisToUnicode,
|
||||
'GBK-EUC-H': gbkToUnicode,
|
||||
'B5pc-H': big5ToUnicode,
|
||||
'ETenms-B5-H': big5ToUnicode,
|
||||
'ETenms-B5-V': big5ToUnicode,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue