You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
3.1 KiB

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