source: other-projects/trunk/mac-binaries/intel/ghostscript/share/ghostscript/8.63/Resource/CMap/RKSJ-V@ 17625

Last change on this file since 17625 was 17625, checked in by max, 15 years ago

Adding GhostScript 8.63 for Intel Mac and changing the location of ImageMagick 6.4.4 for Intel Mac that can process JPEG2000 files by default.

File size: 2.0 KB
Line 
1%!PS-Adobe-3.0 Resource-CMap
2%%DocumentNeededResources: ProcSet (CIDInit)
3%%DocumentNeededResources: CMap (RKSJ-H)
4%%IncludeResource: ProcSet (CIDInit)
5%%IncludeResource: CMap (RKSJ-H)
6%%BeginResource: CMap (RKSJ-V)
7%%Title: (RKSJ-V Adobe Japan1 1)
8%%Version: 12.000
9%%Copyright: -----------------------------------------------------------
10%%Copyright: Copyright 1990-2001 Adobe Systems Incorporated.
11%%Copyright: All Rights Reserved.
12%%Copyright:
13%%Copyright: Patents Pending
14%%Copyright:
15%%Copyright: NOTICE: All information contained herein is the property
16%%Copyright: of Adobe Systems Incorporated.
17%%Copyright:
18%%Copyright: Permission is granted for redistribution of this file
19%%Copyright: provided this copyright notice is maintained intact and
20%%Copyright: that the contents of this file are not altered in any
21%%Copyright: way from its original form.
22%%Copyright:
23%%Copyright: PostScript and Display PostScript are trademarks of
24%%Copyright: Adobe Systems Incorporated which may be registered in
25%%Copyright: certain jurisdictions.
26%%Copyright: -----------------------------------------------------------
27%%EndComments
28
29/CIDInit /ProcSet findresource begin
30
3112 dict begin
32
33begincmap
34
35/RKSJ-H usecmap
36
37/CIDSystemInfo 3 dict dup begin
38 /Registry (Adobe) def
39 /Ordering (Japan1) def
40 /Supplement 1 def
41end def
42
43/CMapName /RKSJ-V def
44/CMapVersion 12.000 def
45/CMapType 1 def
46
47/UIDOffset 840 def
48/XUID [1 10 25339] def
49
50/WMode 1 def
51
5227 begincidrange
53<8141> <8142> 7887
54<8150> <8151> 7889
55<815b> <815d> 7891
56<8160> <8164> 7894
57<8169> <817a> 7899
58<8181> <8181> 7917
59<829f> <829f> 7918
60<82a1> <82a1> 7919
61<82a3> <82a3> 7920
62<82a5> <82a5> 7921
63<82a7> <82a7> 7922
64<82c1> <82c1> 7923
65<82e1> <82e1> 7924
66<82e3> <82e3> 7925
67<82e5> <82e5> 7926
68<82ec> <82ec> 7927
69<8340> <8340> 7928
70<8342> <8342> 7929
71<8344> <8344> 7930
72<8346> <8346> 7931
73<8348> <8348> 7932
74<8362> <8362> 7933
75<8383> <8383> 7934
76<8385> <8385> 7935
77<8387> <8387> 7936
78<838e> <838e> 7937
79<8395> <8396> 7938
80endcidrange
81endcmap
82CMapName currentdict /CMap defineresource pop
83end
84end
85
86%%EndResource
87%%EOF
Note: See TracBrowser for help on using the repository browser.