Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 8 Dec 2010 22:25:45 +0000 (22:25 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 8 Dec 2010 22:25:45 +0000 (22:25 +0000)
commit53a9dd776e62f6bc3b1884f3aa82e49a78bd83a8
treeb62f83eb883c6ffceb9c0fff6083c4f914c832a2
parent84cc06288d88cb12b382bf3e4695f8538ab498ff
Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP characters

Fix the doc and add tests.
Doc/library/codecs.rst
Lib/test/test_codecs.py