1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
%!PS-Adobe-3.0 Resource-CMap
%%DocumentNeededResources: ProcSet (CIDInit)
%%DocumentNeededResources: CMap (UniCNS-UTF8-H)
%%IncludeResource: ProcSet (CIDInit)
%%IncludeResource: CMap (UniCNS-UTF8-H)
%%BeginResource: CMap (UniCNS-UTF8-V)
%%Title: (UniCNS-UTF8-V Adobe CNS1 0)
%%Version: 10.001
%%Copyright: -----------------------------------------------------------
%%Copyright: Copyright 1990-1999 Adobe Systems Incorporated.
%%Copyright: All Rights Reserved.
%%Copyright:
%%Copyright: Patents Pending
%%Copyright:
%%Copyright: NOTICE: All information contained herein is the property
%%Copyright: of Adobe Systems Incorporated.
%%Copyright:
%%Copyright: Permission is granted for redistribution of this file
%%Copyright: provided this copyright notice is maintained intact and
%%Copyright: that the contents of this file are not altered in any
%%Copyright: way from its original form.
%%Copyright:
%%Copyright: PostScript and Display PostScript are trademarks of
%%Copyright: Adobe Systems Incorporated which may be registered in
%%Copyright: certain jurisdictions.
%%Copyright: -----------------------------------------------------------
%%EndComments
/CIDInit /ProcSet findresource begin
12 dict begin
begincmap
/UniCNS-UTF8-H usecmap
/CIDSystemInfo 3 dict dup begin
/Registry (Adobe) def
/Ordering (CNS1) def
/Supplement 0 def
end def
/CMapName /UniCNS-UTF8-V def
/CMapVersion 10.001 def
/CMapType 1 def
/XUID [1 10 25398] def
/WMode 1 def
13 begincidrange
<e28093> <e28093> 120
<e28094> <e28094> 122
<e280a5> <e280a5> 109
<e3808a> <e3808b> 146
<e38088> <e38089> 150
<e3808c> <e3808d> 154
<e3808e> <e3808f> 158
<e38090> <e38091> 142
<e38094> <e38095> 138
<efb98f> <efb98f> 13745
<efbc88> <efbc89> 130
<efbd9b> <efbd9b> 134
<efbd9d> <efbd9d> 135
endcidrange
endcmap
CMapName currentdict /CMap defineresource pop
end
end
%%EndResource
%%EOF