Would you like signs with those chars?
Would you like signs with those chars?
Posted Oct 25, 2022 6:35 UTC (Tue) by eru (subscriber, #2753)In reply to: Would you like signs with those chars? by mb
Parent article: Would you like signs with those chars?
Posted Oct 25, 2022 10:36 UTC (Tue)
by geert (subscriber, #98403)
[Link] (3 responses)
[*] EBCDIC is 8-bit, and seems to have an intentional division in characters with and without bit 7 (the "sign" bit) set.
Posted Oct 25, 2022 13:15 UTC (Tue)
by eru (subscriber, #2753)
[Link] (1 responses)
Posted Oct 25, 2022 19:58 UTC (Tue)
by khim (subscriber, #9252)
[Link]
Note that bunch of these was in wide use way before C was a thing.
Posted Nov 4, 2022 20:07 UTC (Fri)
by fest3er (guest, #60379)
[Link]
Would you like signs with those chars?
8-bit ASCII (e.g. ISO-8859-*) was only standardized in the eighties, which is about the same time as PowerPC and ARM saw the day of light, so making char default to unsigned may made sense for them (modulo the compatibility issues).
https://en.wikipedia.org/wiki/EBCDIC#Code_page_layout
Would you like signs with those chars?
> 8-bit character sets were not that new, although I agree they mostly post-date C.
Would you like signs with those chars?
Would you like signs with those chars?