[Prev][Next][Index][Thread]
Re: RS/RE
| >Taking this one stage further, having agreed to use ISO 10646 coding we
| >should, therefore, be consistent and use the ISO 6429 control codes
| >referenced in 10646. These define a Record Separator as Hex 1E, and a Unit
| >Separator as Hex 1F. Would these do as replacement values for RE/RS?
|
| I would prefer setting them to character codes that would never occur, or
| perhaps assigning RE to 0x04 (EOT) and RS to 0x01 (SOH).
The obvious candidate for RE is good old 7-bit ASCII RE: 0x1E
(repeated in 10646, as noted above). The candidates for RS are not so
obvious; ASCII EOT (0x04) is mnemonically a good candidate, but I lean
towards US (0x1F) because it makes a nice pair of code points (decimal
30 and 31, respectively).
As far as I know, these have been reserved (and very little used)
control codes since the beginning of ASCII. Are there any others
likely to be less frequently used?
Jon
References: