What is a multibyte character set?

前端 未结 9 1197
时光说笑
时光说笑 2020-12-03 04:50

Does the term multibyte refer to a charset whose characters can - but don\'t have to be - wider than 1 byte, (e.g. UTF-8) or does it refer to character sets which are in any

9条回答
  •  春和景丽
    2020-12-03 05:08

    Typically the former, i.e. UTF-8-like. For more info, see Variable-width encoding.

提交回复
热议问题