Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/source/pdf/cmaps/Add-RKSJ-V.h @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 /* This is an automatically generated file. Do not edit. */ | |
| 2 | |
| 3 /* Add-RKSJ-V */ | |
| 4 | |
| 5 static const pdf_range cmap_Add_RKSJ_V_ranges[] = { | |
| 6 {0x8141,0x8142,0x1ecf}, | |
| 7 {0x8143,0x8143,0x204c}, | |
| 8 {0x8144,0x8144,0x2052}, | |
| 9 {0x8150,0x8151,0x1ed1}, | |
| 10 {0x815b,0x815d,0x1ed3}, | |
| 11 {0x8160,0x8164,0x1ed6}, | |
| 12 {0x8165,0x8165,0x205a}, | |
| 13 {0x8166,0x8166,0x2053}, | |
| 14 {0x8167,0x8167,0x2058}, | |
| 15 {0x8168,0x8168,0x2055}, | |
| 16 {0x8169,0x817a,0x1edb}, | |
| 17 {0x829f,0x829f,0x1eee}, | |
| 18 {0x82a1,0x82a1,0x1eef}, | |
| 19 {0x82a3,0x82a3,0x1ef0}, | |
| 20 {0x82a5,0x82a5,0x1ef1}, | |
| 21 {0x82a7,0x82a7,0x1ef2}, | |
| 22 {0x82c1,0x82c1,0x1ef3}, | |
| 23 {0x82e1,0x82e1,0x1ef4}, | |
| 24 {0x82e3,0x82e3,0x1ef5}, | |
| 25 {0x82e5,0x82e5,0x1ef6}, | |
| 26 {0x82ec,0x82ec,0x1ef7}, | |
| 27 {0x82f3,0x82f4,0x2048}, | |
| 28 {0x8340,0x8340,0x1ef8}, | |
| 29 {0x8342,0x8342,0x1ef9}, | |
| 30 {0x8344,0x8344,0x1efa}, | |
| 31 {0x8346,0x8346,0x1efb}, | |
| 32 {0x8348,0x8348,0x1efc}, | |
| 33 {0x8362,0x8362,0x1efd}, | |
| 34 {0x8383,0x8383,0x1efe}, | |
| 35 {0x8385,0x8385,0x1eff}, | |
| 36 {0x8387,0x8387,0x1f00}, | |
| 37 {0x838e,0x838e,0x1f01}, | |
| 38 {0x8395,0x8396,0x1f02}, | |
| 39 {0xec78,0xec78,0x1f07}, | |
| 40 {0xec79,0xec79,0x1f04}, | |
| 41 {0xec7a,0xec7a,0x2089}, | |
| 42 {0xec7b,0xec7b,0x1f05}, | |
| 43 {0xec7c,0xec7c,0x208a}, | |
| 44 {0xec7d,0xec7e,0x2093}, | |
| 45 {0xec80,0xec80,0x1f09}, | |
| 46 {0xec81,0xec81,0x2092}, | |
| 47 {0xec82,0xec82,0x1f0b}, | |
| 48 {0xec83,0xec83,0x1f0f}, | |
| 49 {0xec84,0xec84,0x209c}, | |
| 50 {0xec85,0xec85,0x1f11}, | |
| 51 {0xec86,0xec86,0x1f0e}, | |
| 52 {0xec87,0xec87,0x2098}, | |
| 53 {0xec88,0xec88,0x209b}, | |
| 54 {0xec89,0xec89,0x1f12}, | |
| 55 {0xec8a,0xec8a,0x2097}, | |
| 56 {0xec8b,0xec8c,0x209d}, | |
| 57 {0xec8d,0xec8d,0x20a6}, | |
| 58 {0xec8e,0xec8e,0x20a5}, | |
| 59 {0xec8f,0xec8f,0x20a1}, | |
| 60 {0xec90,0xec90,0x20a4}, | |
| 61 {0xec95,0xec95,0x2084}, | |
| 62 {0xef92,0xef92,0x208d}, | |
| 63 }; | |
| 64 | |
| 65 static pdf_cmap cmap_Add_RKSJ_V = { | |
| 66 { -1, pdf_drop_cmap_imp }, | |
| 67 /* cmapname */ "Add-RKSJ-V", | |
| 68 /* usecmap */ "Add-RKSJ-H", NULL, | |
| 69 /* wmode */ 1, | |
| 70 /* codespaces */ 0, { | |
| 71 { 0, 0, 0 }, | |
| 72 }, | |
| 73 57, 57, (pdf_range*)cmap_Add_RKSJ_V_ranges, | |
| 74 0, 0, NULL, /* xranges */ | |
| 75 0, 0, NULL, /* mranges */ | |
| 76 0, 0, NULL, /* table */ | |
| 77 0, 0, 0, NULL /* splay tree */ | |
| 78 }; |
