1
0
Fork 0
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:
vyv03354 2013-03-16 19:44:54 +09:00
parent 655324de74
commit 9e43ad0673
3 changed files with 11 additions and 0 deletions

View file

@ -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,
};