|
|
|
|
|
by XorNot
4265 days ago
|
|
Indeed - ASCII is not "universal". It's just common. Hand someone who's no knowledge of ASCII some ASCII bytes, and no compliant editors, and see how hard it is to figure out they're dealing with the English alphabet. ASCII mostly benefits from being a single-byte format - if a tool parses ASCII, then it's very easy for humans to go "right, that's English" looking at the output. But this would be just as true if we had tools which handled Unicode (and most editors do exactly that now). Or it we had some other type of common binary standard which also encoded units. It's all about the metadata - which isn't necessarily always in-band. |
|