Was reading Joel Spolsky\'s \'The Absolute Minimum\' about character encoding. It is my understanding that ASCII is a Code-point + Encoding scheme, and in modern times, we u
In modern times, ASCII is now a subset of UTF-8, not its own scheme. UTF-8 is backwards compatible with ASCII.