Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在我的python3.4中获得unicode版本?_Python_Python 3.x_Unicode - Fatal编程技术网

如何在我的python3.4中获得unicode版本?

如何在我的python3.4中获得unicode版本?,python,python-3.x,unicode,Python,Python 3.x,Unicode,最新的unicode版本是unicode 7 python3.4构建在哪个Unicode版本上?如何获取它?来自: 此数据库中包含的数据是从UCD版本6.3.0编译而来的 告诉您当前Python安装使用的版本;Python 3.4上的演示: >>> import unicodedata >>> unicodedata.unidata_version '6.3.0' Python 3.5(第一个alpha)将使用Unicode 7.0.0。。

最新的unicode版本是unicode 7

python3.4构建在哪个Unicode版本上?如何获取它?

来自:

此数据库中包含的数据是从UCD版本6.3.0编译而来的

告诉您当前Python安装使用的版本;Python 3.4上的演示:

>>> import unicodedata
>>> unicodedata.unidata_version
'6.3.0'
Python 3.5(第一个alpha)将使用Unicode 7.0.0。