Leaked source code of windows server 2003
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.

120 lines
3.9 KiB

  1. /* @(#)CM_VerSion xcf_exsc.h atm08 1.2 16248.eco sum= 16463 atm08.003 */
  2. /***********************************************************************/
  3. /* */
  4. /* Copyright 1990-1996 Adobe Systems Incorporated. */
  5. /* All rights reserved. */
  6. /* */
  7. /* Patents Pending */
  8. /* */
  9. /* NOTICE: All information contained herein is the property of Adobe */
  10. /* Systems Incorporated. Many of the intellectual and technical */
  11. /* concepts contained herein are proprietary to Adobe, are protected */
  12. /* as trade secrets, and are made available only to Adobe licensees */
  13. /* for their internal use. Any reproduction or dissemination of this */
  14. /* software is strictly forbidden unless prior written permission is */
  15. /* obtained from Adobe. */
  16. /* */
  17. /* PostScript and Display PostScript are trademarks of Adobe Systems */
  18. /* Incorporated or its subsidiaries and may be registered in certain */
  19. /* jurisdictions. */
  20. /* */
  21. /***********************************************************************
  22. * SCCS Id: %W%
  23. * Changed: %G% %U%
  24. ***********************************************************************/
  25. /*
  26. * Expert subset charset aggregate initializer. Element values are SIDs.
  27. */
  28. #ifndef EXSUBCS_H
  29. #define EXSUBCS_H
  30. 1, /* space */
  31. 231, /* dollaroldstyle */
  32. 232, /* dollarsuperior */
  33. 235, /* parenleftsuperior */
  34. 236, /* parenrightsuperior */
  35. 237, /* twodotenleader */
  36. 238, /* onedotenleader */
  37. 13, /* comma */
  38. 14, /* hyphen */
  39. 15, /* period */
  40. 99, /* fraction */
  41. 239, /* zerooldstyle */
  42. 240, /* oneoldstyle */
  43. 241, /* twooldstyle */
  44. 242, /* threeoldstyle */
  45. 243, /* fouroldstyle */
  46. 244, /* fiveoldstyle */
  47. 245, /* sixoldstyle */
  48. 246, /* sevenoldstyle */
  49. 247, /* eightoldstyle */
  50. 248, /* nineoldstyle */
  51. 27, /* colon */
  52. 28, /* semicolon */
  53. 249, /* commasuperior */
  54. 250, /* threequartersemdash */
  55. 251, /* periodsuperior */
  56. 253, /* asuperior */
  57. 254, /* bsuperior */
  58. 255, /* centsuperior */
  59. 256, /* dsuperior */
  60. 257, /* esuperior */
  61. 258, /* isuperior */
  62. 259, /* lsuperior */
  63. 260, /* msuperior */
  64. 261, /* nsuperior */
  65. 262, /* osuperior */
  66. 263, /* rsuperior */
  67. 264, /* ssuperior */
  68. 265, /* tsuperior */
  69. 266, /* ff */
  70. 109, /* fi */
  71. 110, /* fl */
  72. 267, /* ffi */
  73. 268, /* ffl */
  74. 269, /* parenleftinferior */
  75. 270, /* parenrightinferior */
  76. 272, /* hyphensuperior */
  77. 300, /* colonmonetary */
  78. 301, /* onefitted */
  79. 302, /* rupiah */
  80. 305, /* centoldstyle */
  81. 314, /* figuredash */
  82. 315, /* hypheninferior */
  83. 158, /* onequarter */
  84. 155, /* onehalf */
  85. 163, /* threequarters */
  86. 320, /* oneeighth */
  87. 321, /* threeeighths */
  88. 322, /* fiveeighths */
  89. 323, /* seveneighths */
  90. 324, /* onethird */
  91. 325, /* twothirds */
  92. 326, /* zerosuperior */
  93. 150, /* onesuperior */
  94. 164, /* twosuperior */
  95. 169, /* threesuperior */
  96. 327, /* foursuperior */
  97. 328, /* fivesuperior */
  98. 329, /* sixsuperior */
  99. 330, /* sevensuperior */
  100. 331, /* eightsuperior */
  101. 332, /* ninesuperior */
  102. 333, /* zeroinferior */
  103. 334, /* oneinferior */
  104. 335, /* twoinferior */
  105. 336, /* threeinferior */
  106. 337, /* fourinferior */
  107. 338, /* fiveinferior */
  108. 339, /* sixinferior */
  109. 340, /* seveninferior */
  110. 341, /* eightinferior */
  111. 342, /* nineinferior */
  112. 343, /* centinferior */
  113. 344, /* dollarinferior */
  114. 345, /* periodinferior */
  115. 346, /* commainferior */
  116. #endif /* EXSUBCS_H */