home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Environments / AllegroCL11 / ccl-doc / char-set.text < prev    next >
Encoding:
Text File  |  1987-08-06  |  1.7 KB  |  147 lines  |  [TEXT/CCL ]

  1. The CCL Character Set
  2. The codes are very 
  3. similar to ascii.
  4. The chars are 
  5. printed readably.
  6. Beware: chars printed
  7.  with the prefix
  8. "^" do not have 
  9. the same meaning
  10. as :control in FRED 
  11. command descriptors.
  12. If a char has more 
  13. than 1 name, the 1st
  14. is prefered. Any line
  15. with "not CL" on it 
  16. means that none of 
  17. the names are CL. 
  18. ---------------
  19. code -> char
  20. 0  #\Null ;not CL 
  21. 1  #\^A
  22. 2  #\^B
  23. 3  #\Enter ;not CL  #\^C
  24. 4  #\^D
  25. 5  #\^E
  26. 6  #\^F
  27. 7  #\^G
  28. 8  #\BackSpace   #\^H
  29. 9  #\Tab         #\^I
  30. 10  #\Linefeed   #\^J
  31. 11  #\^K  
  32. 12  #\Page       #\^L
  33. 13  #\Newline    #\Return #\^M
  34. 14  #\^N
  35. 15  #\^O
  36. 16  #\^P
  37. 17  #\CommandMark ;not CL #\^Q
  38. 18  #\CheckMark   ;not CL #\^R
  39. 19  #\DiamondMark ;not CL #\^S
  40. 20  #\Applemark   ;not CL #\^T
  41. 21  #\^U
  42. 22  #\^V
  43. 23  #\^W
  44. 24  #\^X
  45. 25  #\^Y
  46. 26  #\^Z
  47. 27  #\Clear  ;not CL #\Escape  #\^[
  48. 28  #\BackArrow ;not CL
  49. 29  #\ForwardArrow ;not CL
  50. 30  #\UpArrow ;not CL
  51. 31  #\DownArrow ;not CL
  52. 32  #\Space
  53. 33  #\!
  54. 34  #\"
  55. 35  #\#
  56. 36  #\$
  57. 37  #\%
  58. 38  #\&
  59. 39  #\'
  60. 40  #\(
  61. 41  #\)
  62. 42  #\*
  63. 43  #\+
  64. 44  #\,
  65. 45  #\-
  66. 46  #\.
  67. 47  #\/
  68. 48  #\0
  69. 49  #\1
  70. 50  #\2
  71. 51  #\3
  72. 52  #\4
  73. 53  #\5
  74. 54  #\6
  75. 55  #\7
  76. 56  #\8
  77. 57  #\9
  78. 58  #\:
  79. 59  #\;
  80. 60  #\<
  81. 61  #\=
  82. 62  #\>
  83. 63  #\?
  84. 64  #\@
  85. 65  #\A
  86. 66  #\B
  87. 67  #\C
  88. 68  #\D
  89. 69  #\E
  90. 70  #\F
  91. 71  #\G
  92. 72  #\H
  93. 73  #\I
  94. 74  #\J
  95. 75  #\K
  96. 76  #\L
  97. 77  #\M
  98. 78  #\N
  99. 79  #\O
  100. 80  #\P
  101. 81  #\Q
  102. 82  #\R
  103. 83  #\S
  104. 84  #\T
  105. 85  #\U
  106. 86  #\V
  107. 87  #\W
  108. 88  #\X
  109. 89  #\Y
  110. 90  #\Z
  111. 91  #\[
  112. 92  #\\
  113. 93  #\]
  114. 94  #\^
  115. 95  #\_
  116. 96  #\`
  117. 97  #\a
  118. 98  #\b
  119. 99  #\c
  120. 100  #\d
  121. 101  #\e
  122. 102  #\f
  123. 103  #\g
  124. 104  #\h
  125. 105  #\i
  126. 106  #\j
  127. 107  #\k
  128. 108  #\l
  129. 109  #\m
  130. 110  #\n
  131. 111  #\o
  132. 112  #\p
  133. 113  #\q
  134. 114  #\r
  135. 115  #\s
  136. 116  #\t
  137. 117  #\u
  138. 118  #\v
  139. 119  #\w
  140. 120  #\x
  141. 121  #\y
  142. 122  #\z
  143. 123  #\{
  144. 124  #\|
  145. 125  #\}
  146. 126  #\~
  147. 127  #\Rubout