[New-bugs-announce] [issue10546] UTF-16-LE and UTF-16-BE support non-BMP characters
STINNER Victor
report at bugs.python.org
Fri Nov 26 22:08:32 CET 2010
New submission from STINNER Victor <victor.stinner at haypocalc.com>:
Python3 doc tells that UTF-16-LE and UTF-16-BE only support BMP characters. What? I think that it is wrong.
It was maybe wrong with Python2 and narrow build (unichr() only supports BMP characters), but it is no more true in Python3.
----------
assignee: docs at python
components: Documentation
files: utf_16_bmp.patch
keywords: patch
messages: 122479
nosy: docs at python, haypo
priority: normal
severity: normal
status: open
title: UTF-16-LE and UTF-16-BE support non-BMP characters
versions: Python 3.1, Python 3.2
Added file: http://bugs.python.org/file19830/utf_16_bmp.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10546>
_______________________________________
More information about the New-bugs-announce
mailing list