[TUHS] Command-line options

Greg 'groggy' Lehey grog at lemis.com
Sun Mar 27 12:01:12 AEST 2016


On Sunday, 27 March 2016 at 12:25:05 +1100, Dave Horsfall wrote:
> On Sat, 26 Mar 2016, Ronald Natalie wrote:
>
>> The other fun character set was the old UNIVAC Fielddata.  There were no
>> non printing characters and in fact not even a null value (the 0 value
>> was called master space and printed as @).
>
> What was the character set used by CDC?  60-bit words, of 10 6-bit
> "characters", as I recall...  I thought it was Fielddata, but you're
> saying that that's Univac's.

All octal from here on.

CDC had several different character sets, most called BCD.  They were
unlike Fieldata, which in fact bore some resemblance to ASCII (letters
starting @ABC.. from 0 (or 40 in ASCII), digits starting at 60, ...)

In 7600 BCD, ABC started at 21 (internal) or 61 (external), and digits
started at 00, though in the external form 0 was out of line at 12.
The 3200 system had different coding again; digits were XS3 starting
at about 53.

As if that wasn't enough, the code table I'm looking at right now
(7600) has something called ASCII SUBSET with (upper case) letters
starting at 41 and digits starting at 20.  No idea why they called it
ASCII.

Isn't it wonderful that we no longer have issues with character
representation?

Greg
--
Sent from my desktop computer.
Finger grog at FreeBSD.org for PGP public key.
See complete headers for address and phone numbers.
This message is digitally signed.  If your Microsoft MUA reports
problems, please read http://tinyurl.com/broken-mua
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20160327/24df03cd/attachment.sig>


More information about the TUHS mailing list