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.

65 lines
2.4 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 Windows 3.1 Latin 5 encoding vector (H-P Symbol set 5T).
  16. /currentglobal where
  17. { pop currentglobal { setglobal } true setglobal }
  18. { { } }
  19. ifelse
  20. /Win32Latin5Encoding
  21. ISOLatin1Encoding 0 39 getinterval aload pop
  22. /quotesingle
  23. ISOLatin1Encoding 40 5 getinterval aload pop
  24. /hyphen
  25. ISOLatin1Encoding 46 50 getinterval aload pop
  26. /grave
  27. ISOLatin1Encoding 97 30 getinterval aload pop
  28. /graybox
  29. % \20x
  30. /.notdef /.notdef /quotesinglbase /florin
  31. /quotedblbase /ellipsis /dagger /daggerdbl
  32. /circumflex /perthousand /Scaron /guilsinglleft
  33. /OE /.notdef /.notdef /.notdef
  34. /.notdef /quoteleft /quoteright /quotedblleft
  35. /quotedblright /bullet /endash /emdash
  36. /tilde /trademark /scaron /guilsinglright
  37. /oe /.notdef /.notdef /Ydieresis
  38. /.notdef /exclamdown /cent /sterling
  39. /currency /yen /brokenbar /section
  40. /dieresis /copyright /ordfeminine /guillemotleft
  41. /logicalnot /softhyphen /registered /overscore
  42. /degree /plusminus /twosuperior /threesuperior
  43. /acute /mu /paragraph /periodcentered
  44. /cedilla /onesuperior /ordmasculine /guillemotright
  45. /onequarter /onehalf /threequarters /questiondown
  46. % \30x
  47. /Agrave /Aacute /Acircumflex /Atilde
  48. /Adieresis /Aring /AE /Ccedilla
  49. /Egrave /Eacute /Ecircumflex /Edieresis
  50. /Igrave /Iacute /Icircumflex /Idieresis
  51. /Gbreve /Ntilde /Ograve /Oacute
  52. /Ocircumflex /Otilde /Odieresis /multiply
  53. /Oslash /Ugrave /Uacute /Ucircumflex
  54. /Udieresis /Idotaccent /Scedilla /germandbls
  55. /agrave /aacute /acircumflex /atilde
  56. /adieresis /aring /ae /ccedilla
  57. /egrave /eacute /ecircumflex /edieresis
  58. /igrave /iacute /icircumflex /idieresis
  59. /gbreve /ntilde /ograve /oacute
  60. /ocircumflex /otilde /odieresis /divide
  61. /oslash /ugrave /uacute /ucircumflex
  62. /udieresis /dotlessi /scedilla /ydieresis
  63. 256 packedarray .defineencoding
  64. exec