Differences From Artifact [ef174d2e9e]:
- File internals.doc — part of check-in [874c691fca] at 2022-07-10 21:51:11 on branch trunk — Allow the (Order) list to contain class names and message names. (user: user, size: 6045) [annotate] [blame] [check-ins using]
To Artifact [3a19f06428]:
- File internals.doc — part of check-in [9087ab7896] at 2023-04-28 18:02:10 on branch trunk — Begin to implement multibyte character codes (it is not enough to be used, so far) (user: user, size: 6108) [annotate] [blame] [check-ins using]
︙ | |||
128 129 130 131 132 133 134 135 136 137 138 139 140 141 | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | + | 1-8 (\0-\7) = Colours 10 (\n) = Line break 11 (\l) = Left 12 (\c) = Centre 14 (\i) = Icon 15 (\b) = Horizontal rule 16 (\q) = Quiz button 27 (\T) = Multibyte character escape; used only during parsing 30 (\d) = Data 31 (\x) = Next byte is a character to display as graphic Codes 32-255 are displayed as is, but characters 1-31 cannot be displayed as a graphic unless a \x escape is present. |
︙ |