Are digits represented in sequence in all text encodings?

后端 未结 5 1824
甜味超标
甜味超标 2020-12-21 17:05

This question is language agnostic but is inspired by these c/c++ questions.

How to convert a single char into an int

Char to int conversion in C

Is

5条回答
  •  無奈伤痛
    2020-12-21 17:46

    Both the C++ Standard and the C standard require that this be so, for C++ and C program text.

提交回复
热议问题