Re: add encoding to standard encodings works different in python 2.5?

2006-12-29 Thread Henk-Jan Ebbers
OK, I am trying to register my codecs, with codecs.register Looking at the python doc, this seems to work different in 2.4/2.5 Can somebody help me with an example of how to register a codec? I do not understand how this works. regards, Henk-jan --

add encoding to standard encodings works different in python 2.5?

2006-12-22 Thread henk-jan ebbers
Greetings, I use an encoding that is not available in the std python-encodings, say encoding 'flup'; under different circumstances a user might wish different version of 'flup': a strict one or a more relaxed encoding. (yes I know, this is terrible, but this is how it is) in python2.4, I