loading new unicode language encoders into lib/encodings

Posadas, Dennis dennis.posadas at intel.com
Tue Dec 9 22:15:53 EST 2003


Hi,

	Once you load the necessary language encoder into lib/encodings,
is that all there is to using it ? I loaded the encoder eucgb2312_cn.py
and pyc
into lib/encodings but am still getting the error below...

	I ran something like this on the command line and this is what I
got...
		>>> s = unicode('50e7', 'eucgb2312_cn')
		Traceback (most recent call last):
		   File "(stdin)", line 1, in?
               Lookuperror: unknown encoding: eucgb2312_cn
		>>>

Dennis





More information about the Python-list mailing list