#16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka.

This commit is contained in:
Ezio Melotti 2012-10-05 03:33:31 +03:00
parent 1929407406
commit e7f90375b1
4 changed files with 6 additions and 17 deletions

View file

@ -1083,8 +1083,6 @@ These are the UTF-32 codec APIs:
After completion, *\*byteorder* is set to the current byte order at the end
of input data.
In a narrow build codepoints outside the BMP will be decoded as surrogate pairs.
If *byteorder* is *NULL*, the codec starts in native order mode.
Return *NULL* if an exception was raised by the codec.