zopefoundation / zope.publisher

Map requests from HTTP/WebDAV clients, web browsers, XML-RPC and FTP clients onto Python objects
Other
3 stars 12 forks source link

Fix character set handling on Python 3 #46

Closed mgedmin closed 5 years ago

mgedmin commented 5 years ago

Fixes #41.

Supersedes #15.

I started by trying to fix #41 myself, and then realized #15 was applicable and replaced my own fixes and tests with bits taken from @jinty's branch. Then I found additional problems and fixed those.

The test suite of my application passes with this branch, but I haven't actually tried it in production yet.

mgedmin commented 5 years ago

Does anyone want to review this?

jinty commented 5 years ago

Sorry, you got me just as I was afk for good long while! I'm glad someone finally finished this off.