ASCII vs Unicode + UTF-8

后端 未结 2 804
南笙
南笙 2020-12-07 13:27

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

2条回答
  •  自闭症患者
    2020-12-07 14:11

    In modern times, ASCII is now a subset of UTF-8, not its own scheme. UTF-8 is backwards compatible with ASCII.

提交回复
热议问题