Handle UTF-8 string

前端 未结 5 1502
慢半拍i
慢半拍i 2021-01-13 06:30

as I know linux uses UTF-8 encoding. This means I can use std::string for handling string right? Just the encoding will be UTF-8.

Now on UTF-8 we know s

5条回答
  •  梦谈多话
    2021-01-13 07:11

    You can determine it based on the major x bits of the first byte: UTF-8, Description

提交回复
热议问题