pycs-devel archive weblog

A blog for archiving the pycs-devel mailing list

2003-8-27

Phillip Pearson: Re: [PyCS-devel] UTF-8 Patch for PyCS

> > > Okay, I understood. I think a new config var should be used for
> > > encoding attribute to generate html/xml.
> >
> > Sounds like a good idea to me!
>
> This is new patch. New config var is documentencoding.

Cool.

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?

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.

Cheers,
Phil :)