Unicode Support in Various Programming Languages

后端 未结 20 1974
醉话见心
醉话见心 2020-12-13 13:31

I\'d like to have a canonical place to pool information about Unicode support in various languages. Is it a part of the core language? Is it provided in libraries? Is it not

20条回答
  •  既然无缘
    2020-12-13 14:05

    Python 3k

    Python 3k (or 3.0 or 3000) has new approach for handling text (unicode) and data:
    Text Vs. Data Instead Of Unicode Vs. 8-bit. See also Unicode HOWTO.

提交回复
热议问题