11

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

4

1 回答 1

20

利用:

./configure --enable-unicode=ucs4

配置源以使用 UCS4 支持进行构建。

./configure --help输出:

  --enable-unicode[=ucs[24]]
                          Enable Unicode strings (default is ucs2)
于 2013-10-24T20:17:44.517 回答