[sylpheed:37332] Re: Unicode not treated correctly - links do not work

"Michael A. Puls II" <[email protected]> Fri, 9 Aug 2024 08:07:05 -0400
Newsgroups gmane.mail.sylpheed.general
Message-ID <[email protected]>
On 8/8/2024 4:18 AM, Joachim Selinger wrote:
> Unicode Hex Character Code &#x3d; =

When parsing the source of an HTML body, Sylpheed will not resolve 
"&#x3d;" to "=" in the textContent of an element and will remove 
"&#x3d;" and replace it with an empty space in the @href value of an 
anchor element.

Thunderbird will work as expected though and resolve it to "=" in both 
cases.

However, the generator of the HTML message source shouldn't be going 
crazy and using an HTML entity for "=", especially the "&#x3d;" form.

It's something that Sylpheed should probably improve to be more robust, 
but...

-- 
Michael