2003-8-28
Yasushi Iwata: Re: [PyCS-devel] UTF-8 Patch for PyCS
> By the way the patch looks a little odd -- it looks like you have
> deleted or blanked out a lot of files (e.g. LICENSE, README, ...). Is
> your working directory OK?
Sorry, that's my mistake.
> Also, trackbacks -- it looks like you are using DocumentEncoding to
> decode the fields in trackback pings. I think you might be better
> looking at the Content-Encoding (Character-Encoding? Content-Type?)
> header in the HTTP POST instead for that.
It's a good idea. I'll implement.