我在Ubuntu 12.10上安装了带有UCS2版本的Python2.7。我只想用UCS4重新编译python或启用UCS4。我该怎么做?
答案 0 :(得分:19)
使用:
./configure --enable-unicode=ucs4
配置要使用UCS4支持构建的源。
来自./configure --help
输出:
--enable-unicode[=ucs[24]]
Enable Unicode strings (default is ucs2)