What is a multibyte character set?

前端 未结 9 1196
时光说笑
时光说笑 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:09

    All character sets where you dont have a 1 byte = 1 character mapping. All Unicode variants, but also asian character sets are multibyte.

    For more information, I suggest reading this Wikipedia article.

提交回复
热议问题