2 |
- |
1 |
% Copyright (C) 1994 Aladdin Enterprises. All rights reserved.
|
|
|
2 |
%
|
|
|
3 |
% This software is provided AS-IS with no warranty, either express or
|
|
|
4 |
% implied.
|
|
|
5 |
%
|
|
|
6 |
% This software is distributed under license and may not be copied,
|
|
|
7 |
% modified or distributed except as expressly authorized under the terms
|
|
|
8 |
% of the license contained in the file LICENSE in this distribution.
|
|
|
9 |
%
|
|
|
10 |
% For more information about licensing, please refer to
|
|
|
11 |
% http://www.ghostscript.com/licensing/. For information on
|
|
|
12 |
% commercial licensing, go to http://www.artifex.com/licensing/ or
|
|
|
13 |
% contact Artifex Software, Inc., 101 Lucas Valley Road #110,
|
|
|
14 |
% San Rafael, CA 94903, U.S.A., +1(415)492-9861.
|
|
|
15 |
|
|
|
16 |
% $Id: gs_ksb_e.ps,v 1.4 2002/02/21 21:49:28 giles Exp $
|
|
|
17 |
% Define the KanjiSub encoding vector.
|
|
|
18 |
/currentglobal where
|
|
|
19 |
{ pop currentglobal { setglobal } true setglobal }
|
|
|
20 |
{ { } }
|
|
|
21 |
ifelse
|
|
|
22 |
/KanjiSubEncoding
|
|
|
23 |
%\x00
|
|
|
24 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
|
25 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
|
26 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
|
27 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
|
28 |
%\x20
|
|
|
29 |
/.notdef /c21 /c22 /c23 /c24 /c25 /c26 /c27
|
|
|
30 |
/c28 /c29 /c2A /c2B /c2C /c2D /c2E /c2F
|
|
|
31 |
/c30 /c31 /c32 /c33 /c34 /c35 /c36 /c37
|
|
|
32 |
/c38 /c39 /c3A /c3B /c3C /c3D /c3E /c3F
|
|
|
33 |
%\x40
|
|
|
34 |
/c40 /c41 /c42 /c43 /c44 /c45 /c46 /c47
|
|
|
35 |
/c48 /c49 /c4A /c4B /c4C /c4D /c4E /c4F
|
|
|
36 |
/c50 /c51 /c52 /c53 /c54 /c55 /c56 /c57
|
|
|
37 |
/c58 /c59 /c5A /c5B /c5C /c5D /c5E /c5F
|
|
|
38 |
%\x60
|
|
|
39 |
/c60 /c61 /c62 /c63 /c64 /c65 /c66 /c67
|
|
|
40 |
/c68 /c69 /c6A /c6B /c6C /c6D /c6E /c6F
|
|
|
41 |
/c70 /c71 /c72 /c73 /c74 /c75 /c76 /c77
|
|
|
42 |
/c78 /c79 /c7A /c7B /c7C /c7D /c7E /.notdef
|
|
|
43 |
%\x80
|
|
|
44 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
|
45 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
|
46 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
|
47 |
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
|
|
48 |
%\xA0
|
|
|
49 |
/.notdef /c21 /c22 /c23 /c24 /c25 /c26 /c27
|
|
|
50 |
/c28 /c29 /c2A /c2B /c2C /c2D /c2E /c2F
|
|
|
51 |
/c30 /c31 /c32 /c33 /c34 /c35 /c36 /c37
|
|
|
52 |
/c38 /c39 /c3A /c3B /c3C /c3D /c3E /c3F
|
|
|
53 |
%\xC0
|
|
|
54 |
/c40 /c41 /c42 /c43 /c44 /c45 /c46 /c47
|
|
|
55 |
/c48 /c49 /c4A /c4B /c4C /c4D /c4E /c4F
|
|
|
56 |
/c50 /c51 /c52 /c53 /c54 /c55 /c56 /c57
|
|
|
57 |
/c58 /c59 /c5A /c5B /c5C /c5D /c5E /c5F
|
|
|
58 |
%\xE0
|
|
|
59 |
/c60 /c61 /c62 /c63 /c64 /c65 /c66 /c67
|
|
|
60 |
/c68 /c69 /c6A /c6B /c6C /c6D /c6E /c6F
|
|
|
61 |
/c70 /c71 /c72 /c73 /c74 /c75 /c76 /c77
|
|
|
62 |
/c78 /c79 /c7A /c7B /c7C /c7D /c7E /.notdef
|
|
|
63 |
256 packedarray .defineencoding
|
|
|
64 |
exec
|