You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC: add note about formatters needing to return unicode (if returning strings)
we need to keep everything unicode at the bottom levels, so that
we can combine strings with other unicode strings at the I/O
choke-points, otherwise python tries to coerce bytestring
into unicode using 'ascii' encoding, and we get UnicodeDecodeError
DOC: add note about formatters needing to return unicode )if returning strings)
we need to keep everything unicode at the bottom levels, so that
we can combine strings with other unicode strings at the I/O
choke-points, otherwise python tries to coerce bytestring
into unicode using 'ascii' encoding, and we get UnicodeDecodeError
0 commit comments