Change an encode/decode pair to support Python 2.3
authorAlberto Bertogli <albertogli@telpin.com.ar>
local dateSun, 03 Jul 2005 21:10:21
dateSun, 03 Jul 2005 21:10:21
hash20050703211021-d5d94-be2c488251de017f133217800ca4f4f3f1623ca7
Change an encode/decode pair to support Python 2.3

Skip decoding of an unicode string before encoding it in utf8, since it's not
supported by python 2.3

I have my doubts regarding this patch because I'm not sure removing the
decoding won't cause problems, but it went fine on my testing here using
latin1 and utf8 characters. I'd love to test it under a different encoding,
but I don't know any non-latin1 languages.
1 file(s) changed:
darcsweb.cgi +1 -1