>>> e = bytes(a, encoding='utf8')
>>> type(e)
<class 'bytes'>
>>> f = str(b, encoding='utf8')
>>> type(f)
<class 'str'>
From Al Lukaszewski, for About.com
>>> e = bytes(a, encoding='utf8')
>>> type(e)
<class 'bytes'>
>>> f = str(b, encoding='utf8')
>>> type(f)
<class 'str'>
Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >
Easy ways to connect two computers for networking purposes. More >
©2009 About.com, a part of The New York Times Company.
All rights reserved.