Thanks to visit codestin.com Credit goes to github.com
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 fcf6b3e commit a2f84ceCopy full SHA for a2f84ce
1 file changed
Doc/tut/tut.tex
@@ -850,7 +850,7 @@ \subsection{Unicode Strings \label{unicodeStrings}}
850
>>> str(u"äöü")
851
Traceback (most recent call last):
852
File "<stdin>", line 1, in ?
853
-UnicodeError: ASCII encoding error: ordinal not in range(128)
+UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)
854
\end{verbatim}
855
856
To convert a Unicode string into an 8-bit string using a specific
0 commit comments