我在Ubuntu12.10上安装了一个带有UCS2版本的Python2.7。我只想用UCS4或启用UCS4重新编译python。我该怎么做呢?
发布于 2013-10-25 04:17:45
使用:
./configure --enable-unicode=ucs4配置源代码以使用UCS4支持进行构建。
在./configure --help输出中:
--enable-unicode[=ucs[24]]
Enable Unicode strings (default is ucs2)https://stackoverflow.com/questions/19575727
复制相似问题