|
|
|
|
|
by boomlinde
4265 days ago
|
|
"Universal" is a strong word for data adhering to an arbitary standard that has only existed for a tiny fraction of human history. As for not being able to mount physical media, how is that problem not exactly the same regardless of the text encoding? |
|
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.