http://bugzilla.spamassassin.org/show_bug.cgi?id=4621





------- Additional Comments From [EMAIL PROTECTED]  2005-10-11 14:24 -------
> No crashes.

Yes, I see why that didn't do it.

That last test script misses a step that HTML::Parser is doing. The result from
HTML::Entities is in unicode, with a wide character &#8706 (which is ∂).
The UTF-8 representation of that is
         e2 88 82
In your debug logs you can see the version of the URI in which that UTF-8
representation has been urlencoded as %e2%88%82.

What I haven't figured out yet is exactly what the step is that HTML::Parser
does that converts from a Unicode string into whatever is printing out in the
logs as "∂" and how that is then urlencoded into the correct encoded UTF-8
representation.

Is there anyone out there besides Tom Green who is running perl 5.8.0 so we can
see if it really is specific to that version and not something else in his
environment?




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to