BruceJohnJennerLawso / pspstacklesspython

Automatically exported from code.google.com/p/pspstacklesspython
0 stars 0 forks source link

unicode decoding problem #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
u'xxxx'.encode('gbk')
This code doesn't work:
LookupError: unknown encoding: gbk

But gbk.py is in python.zip/encodings.

Original issue reported on code.google.com by cnkknd@gmail.com on 14 Sep 2008 at 3:04