comparison clojure/com/aurellem/exp/notes.txt @ 297:528dc923d4c5

mapping out characters-as-items to avoid corrupt items.
author Robert McIntyre <rlm@mit.edu>
date Fri, 30 Mar 2012 22:35:08 -0500
parents d35683bfc15f
children 95afeea88c3a
comparison
equal deleted inserted replaced
296:659a9c84c785 297:528dc923d4c5
115 the following: 115 the following:
116 116
117 0xD31D - 0xD41B 117 0xD31D - 0xD41B
118 --OR-- 118 --OR--
119 0xD53A - 0XD59C 119 0xD53A - 0XD59C
120
121
122
123 valid character-items:
124
125 0x7F " " ;space [x]
126 0x80 "A" ; [x]
127 0x81 "B" ; [x]
128 0x82 "C" ; [x]
129 0x83 "D" ; [x]
130 0x84 "E" ; [x]
131 0x85 "F" ; [x]
132 0x86 "G" ; [x]
133 0x87 "H" ; [x]
134 0x88 "I" ; [x]
135 0x89 "J" ; [x]
136 0x8A "K" ; [x]
137 0x8B "L" ; [good]
138 0x8C "M" ; [x]
139 0x8D "N" ; [x]
140 --- last valid character for program start
141 0x8E "O" ; [ ]
142 0x8F "P" ; [ ]
143 0x90 "Q" ; [ ]
144 0x91 "R" ; [ ]
145 0x92 "S" ; [ ]
146 0x93 "T" ; [ ]
147 0x94 "U" ; [ ]
148 0x95 "V" ; [ ]
149 0x96 "W" ; [ ]
150 0x97 "X" ; [ ]
151 0x98 "Y" ; [ ]
152 0x99 "Z" ; [ ]
153 0x9A "(" ; [ ]
154 0x9B ")" ; [ ]
155 0x9C ":" ; [ ]
156 --- last valid character for target