如何将python从UCS2更改为UCS4

时间:2013-10-24 20:13:21

标签: python unicode compilation ucs

我在Ubuntu 12.10上安装了带有UCS2版本的Python2.7。我只想用UCS4重新编译python或启用UCS4。我该怎么做?

1 个答案:

答案 0 :(得分:19)

使用:

./configure --enable-unicode=ucs4

配置要使用UCS4支持构建的源。

来自./configure --help输出:

  --enable-unicode[=ucs[24]]
                          Enable Unicode strings (default is ucs2)