Least used delimiter character in normal text < ASCII 128

后端 未结 14 1434
执念已碎
执念已碎 2020-12-23 19:00

For coding reasons which would horrify you (I\'m too embarrassed to say), I need to store a number of text items in a single string.

I will delimit them using a char

14条回答
  •  天涯浪人
    2020-12-23 19:18

    We use ascii 0x7f which is pseudo-printable and hardly ever comes up in regular usage.

提交回复
热议问题