On Tue, Jan 20, 2009 at 10:00 AM, Terry Brown <[email protected]>wrote:
> > On Tue, 20 Jan 2009 06:09:32 -0800 (PST) > vitalije <[email protected]> wrote: > > > I found that this bug was introduced in revision 1368. > > Maybe it would help to solve a bug. > > That's probably very helpful, I added a copy of your email to the bug > report. Indeed it was. The diffs for rev 1368 show the problem. s.startswith is being applied to an encoded (non-unicode) string in several places. This was a blunder that should have been caught immediately. I'll take time out from redraw follies to fix this today in the trunk. Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
