home *** CD-ROM | disk | FTP | other *** search
- THE HMP FILE FORMAT
-
- The HMP file should contain exactly 96 integers representing a mapping
- of the characters 32 to 127 to Hershey Symbols. If it contains more than
- 96 integers, only the first 96 entries will be valid, and if it
- contains less, the reminder of the file will be filled with 0, which
- represents an invalid symbol.
-
- A series of characters can be denoted with a dash.
-
- An example of a valid HMP file, the file romanp.hmp is given below:
-
- ---------- Romanp.hmp ---------------
- 199 214 217 233 219 1271 234 231
- 221 222 1219 225 211 224 210 220
- 200-209
- 212 213 1241 226 1242 215 1273
- 1-26
- 1223 809 1224 1262 997 230
- 1-26
- 1225 223 1226 1246 218
- --------------------------------------
-
- To convert a hmp file to an include file for Turbo Pascal, see the
- documentation file hmp2inc.doc.
-
-