Minor drei update

This commit is contained in:
Miroslav Stampar
2019-05-02 17:35:56 +02:00
parent ff968c2331
commit 291b491c3e
9 changed files with 33 additions and 60 deletions

View File

@@ -145,8 +145,8 @@ def utf8decode(value):
"""
Returns UTF-8 representation of the supplied 8-bit string representation
>>> utf8decode(b'foobar')
u'foobar'
>>> utf8decode(b'foobar') == u'foobar'
True
"""
retVal = value