We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21527bf commit 3d596faCopy full SHA for 3d596fa
Doc/howto/unicode.rst
@@ -514,7 +514,7 @@ columns and can return Unicode values from an SQL query.
514
515
Unicode data is usually converted to a particular encoding before it gets
516
written to disk or sent over a socket. It's possible to do all the work
517
-yourself: open a file, read an 8-bit bytes object from it, and convert the string
+yourself: open a file, read an 8-bit bytes object from it, and convert the bytes
518
with ``bytes.decode(encoding)``. However, the manual approach is not recommended.
519
520
One problem is the multi-byte nature of encodings; one Unicode character can be
0 commit comments