From 5f4a7fef375a16f457974794ab5c552105107652 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 3 Apr 2018 17:01:21 +0200 Subject: Update CMaps to latest version. Remove UTF8 and UTF32 CMap resources that are not needed for PDF. Add Identity-H and Identity-V resources. Process UCS2/UTF16 and GBK CMaps to usecmap a common subset. --- resources/cmaps/EUC-H | 207 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 207 insertions(+) create mode 100644 resources/cmaps/EUC-H (limited to 'resources/cmaps/EUC-H') diff --git a/resources/cmaps/EUC-H b/resources/cmaps/EUC-H new file mode 100644 index 00000000..5d97ef3b --- /dev/null +++ b/resources/cmaps/EUC-H @@ -0,0 +1,207 @@ +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (EUC-H) +%%Title: (EUC-H Adobe Japan1 1) +%%Version: 10.005 +%%Copyright: ----------------------------------------------------------- +%%Copyright: Copyright 1990-2015 Adobe Systems Incorporated. +%%Copyright: All rights reserved. +%%Copyright: +%%Copyright: Redistribution and use in source and binary forms, with or +%%Copyright: without modification, are permitted provided that the +%%Copyright: following conditions are met: +%%Copyright: +%%Copyright: Redistributions of source code must retain the above +%%Copyright: copyright notice, this list of conditions and the following +%%Copyright: disclaimer. +%%Copyright: +%%Copyright: Redistributions in binary form must reproduce the above +%%Copyright: copyright notice, this list of conditions and the following +%%Copyright: disclaimer in the documentation and/or other materials +%%Copyright: provided with the distribution. +%%Copyright: +%%Copyright: Neither the name of Adobe Systems Incorporated nor the names +%%Copyright: of its contributors may be used to endorse or promote +%%Copyright: products derived from this software without specific prior +%%Copyright: written permission. +%%Copyright: +%%Copyright: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND +%%Copyright: CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +%%Copyright: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +%%Copyright: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +%%Copyright: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR +%%Copyright: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +%%Copyright: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +%%Copyright: NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +%%Copyright: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +%%Copyright: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +%%Copyright: CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +%%Copyright: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +%%Copyright: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +%%Copyright: ----------------------------------------------------------- +%%EndComments + +/CIDInit /ProcSet findresource begin + +12 dict begin + +begincmap + +/CIDSystemInfo 3 dict dup begin + /Registry (Adobe) def + /Ordering (Japan1) def + /Supplement 1 def +end def + +/CMapName /EUC-H def +/CMapVersion 10.005 def +/CMapType 1 def + +/UIDOffset 680 def +/XUID [1 10 25329] def + +/WMode 0 def + +3 begincodespacerange + <00> <80> + <8EA0> <8EDF> + +endcodespacerange + +1 beginnotdefrange +<00> <1f> 231 +endnotdefrange + +100 begincidrange +<20> <7e> 231 +<8ea0> <8edf> 326 + 633 + 727 + 741 + 749 + 756 + 771 + 779 + 780 + 790 + 816 + 842 + 925 + 1011 + 1035 + 1059 + 1092 + 7479 + 7481 + 7491 + 7495 + 7503 + 7499 + 7507 + 7523 + 7515 + 7531 + 7539 + 7480 + 7482 + 7494 + 7498 + 7506 + 7502 + 7514 + 7530 + 7522 + 7538 + 7554 + 7511 + 7526 + 7519 + 7534 + 7542 + 7508 + 7527 + 7516 + 7535 + 7545 + 1125 + 1219 + 1313 + 1407 + 1501 + 1595 + 1689 + 1783 + 1877 + 1971 + 2065 + 2159 + 2253 + 2347 + 2441 + 2535 + 2629 + 2723 + 2817 + 2911 + 3005 + 3099 + 3193 + 3287 + 3381 + 3475 + 3569 + 3663 + 3757 + 3851 + 3945 + 4039 + 4090 + 4184 + 4278 + 4372 + 4466 + 4560 + 4654 + 4748 + 4842 + 4936 + 5030 + 5124 + 5218 + 5312 + 5406 + 5500 + 5594 + 5688 +endcidrange + +20 begincidrange + 5782 + 5876 + 5970 + 6064 + 6158 + 6252 + 6346 + 6440 + 6534 + 6628 + 6722 + 6816 + 6910 + 7004 + 7098 + 7192 + 7286 + 7380 + 7474 + 8284 +endcidrange +endcmap +CMapName currentdict /CMap defineresource pop +end +end + +%%EndResource +%%EOF -- cgit v1.2.3