We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e816c27 commit 9f5d85dCopy full SHA for 9f5d85d
Doc/howto/unicode.rst
@@ -719,10 +719,10 @@ with the ``surrogateescape`` error handler::
719
f.write(data)
720
721
The ``surrogateescape`` error handler will decode any non-ASCII bytes
722
-as code points in the Unicode Private Use Area ranging from U+DC80 to
723
-U+DCFF. These private code points will then be turned back into the
724
-same bytes when the ``surrogateescape`` error handler is used when
725
-encoding the data and writing it back out.
+as code points in a special range running from U+DC80 to
+U+DCFF. These code points will then turn back into the
+same bytes when the ``surrogateescape`` error handler is used to
+encode the data and write it back out.
726
727
728
References
0 commit comments