Re: svn trunk broken since [4919], encoding problems

2007-04-05 Thread Michael Radziej
On Fri, Apr 06, Malcolm Tredinnick wrote: > I'm familiar with the problems. Fixing all occurrences is harder than > understanding them, sadly. :-) ;-) Well, I wasn't successful with the test case, and I don't know how much exposure to computers I'll get during Eastern, but I've got to leave the

Re: svn trunk broken since [4919], encoding problems

2007-04-05 Thread Malcolm Tredinnick
On Thu, 2007-04-05 at 17:42 +0200, Michael Radziej wrote: > On Fri, Apr 06, Malcolm Tredinnick wrote: > > > I actually understand the problem now that it's been pointed out. Don't > > waste too much time looking into this if you don't want. Your diagnosis > > in the ticket is essentially correct.

Re: svn trunk broken since [4919], encoding problems

2007-04-05 Thread Michael Radziej
On Fri, Apr 06, Malcolm Tredinnick wrote: > I actually understand the problem now that it's been pointed out. Don't > waste too much time looking into this if you don't want. Your diagnosis > in the ticket is essentially correct. You can see the same problem at > the Python prompt. We have the eq

Re: svn trunk broken since [4919], encoding problems

2007-04-05 Thread Malcolm Tredinnick
Hey Michael, On Thu, 2007-04-05 at 17:06 +0200, Michael Radziej wrote: > Hi Malcolm, > > On Fri, Apr 06, Malcolm Tredinnick wrote: > > > > > On Thu, 2007-04-05 at 16:06 +0200, Michael Radziej wrote: > > > Hi, > > > > > > changeset [4919] made the escape filter tag return unicode strings inste

Re: svn trunk broken since [4919], encoding problems

2007-04-05 Thread Michael Radziej
Hi Malcolm, On Fri, Apr 06, Malcolm Tredinnick wrote: > > On Thu, 2007-04-05 at 16:06 +0200, Michael Radziej wrote: > > Hi, > > > > changeset [4919] made the escape filter tag return unicode strings instead > > of bytestrings, which seems to create problems as soon as you use non-ASCII > > cha

Re: svn trunk broken since [4919], encoding problems

2007-04-05 Thread Malcolm Tredinnick
On Thu, 2007-04-05 at 16:06 +0200, Michael Radziej wrote: > Hi, > > changeset [4919] made the escape filter tag return unicode strings instead > of bytestrings, which seems to create problems as soon as you use non-ASCII > characters. I've reverted that portion of the change. There's a whole rat

svn trunk broken since [4919], encoding problems

2007-04-05 Thread Michael Radziej
Hi, changeset [4919] made the escape filter tag return unicode strings instead of bytestrings, which seems to create problems as soon as you use non-ASCII characters. If you see any encoding problems, especially with oldforms or the admin interface, please take a look at ticket #3924. The except