gs_ksb_e.ps 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. % Copyright (C) 1994 Aladdin Enterprises. All rights reserved.
  2. %
  3. % This file is part of AFPL Ghostscript.
  4. %
  5. % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author or
  6. % distributor accepts any responsibility for the consequences of using it, or
  7. % for whether it serves any particular purpose or works at all, unless he or
  8. % she says so in writing. Refer to the Aladdin Free Public License (the
  9. % "License") for full details.
  10. %
  11. % Every copy of AFPL Ghostscript must include a copy of the License, normally
  12. % in a plain ASCII text file named PUBLIC. The License grants you the right
  13. % to copy, modify and redistribute AFPL Ghostscript, but only under certain
  14. % conditions described in the License. Among other things, the License
  15. % requires that the copyright notice and this notice be preserved on all
  16. % copies.
  17. % $Id: gs_ksb_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
  18. % Define the KanjiSub encoding vector.
  19. /currentglobal where
  20. { pop currentglobal { setglobal } true setglobal }
  21. { { } }
  22. ifelse
  23. /KanjiSubEncoding
  24. %\x00
  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. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  29. %\x20
  30. /.notdef /c21 /c22 /c23 /c24 /c25 /c26 /c27
  31. /c28 /c29 /c2A /c2B /c2C /c2D /c2E /c2F
  32. /c30 /c31 /c32 /c33 /c34 /c35 /c36 /c37
  33. /c38 /c39 /c3A /c3B /c3C /c3D /c3E /c3F
  34. %\x40
  35. /c40 /c41 /c42 /c43 /c44 /c45 /c46 /c47
  36. /c48 /c49 /c4A /c4B /c4C /c4D /c4E /c4F
  37. /c50 /c51 /c52 /c53 /c54 /c55 /c56 /c57
  38. /c58 /c59 /c5A /c5B /c5C /c5D /c5E /c5F
  39. %\x60
  40. /c60 /c61 /c62 /c63 /c64 /c65 /c66 /c67
  41. /c68 /c69 /c6A /c6B /c6C /c6D /c6E /c6F
  42. /c70 /c71 /c72 /c73 /c74 /c75 /c76 /c77
  43. /c78 /c79 /c7A /c7B /c7C /c7D /c7E /.notdef
  44. %\x80
  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. /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  49. %\xA0
  50. /.notdef /c21 /c22 /c23 /c24 /c25 /c26 /c27
  51. /c28 /c29 /c2A /c2B /c2C /c2D /c2E /c2F
  52. /c30 /c31 /c32 /c33 /c34 /c35 /c36 /c37
  53. /c38 /c39 /c3A /c3B /c3C /c3D /c3E /c3F
  54. %\xC0
  55. /c40 /c41 /c42 /c43 /c44 /c45 /c46 /c47
  56. /c48 /c49 /c4A /c4B /c4C /c4D /c4E /c4F
  57. /c50 /c51 /c52 /c53 /c54 /c55 /c56 /c57
  58. /c58 /c59 /c5A /c5B /c5C /c5D /c5E /c5F
  59. %\xE0
  60. /c60 /c61 /c62 /c63 /c64 /c65 /c66 /c67
  61. /c68 /c69 /c6A /c6B /c6C /c6D /c6E /c6F
  62. /c70 /c71 /c72 /c73 /c74 /c75 /c76 /c77
  63. /c78 /c79 /c7A /c7B /c7C /c7D /c7E /.notdef
  64. 256 packedarray .defineencoding
  65. exec