2025-05-13 10:58 BST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002549NetSurf[All Projects] Generalpublic2017-10-16 23:37
ReporterBernard Boase 
Assigned Tokinnison 
SeveritytweakReproducibilityalways 
StatusclosedResolutionfixed 
PlatformRISC OSOSRISC OSOS Version5.22, 5.23
Product Version 
Target Version3.7Fixed in Version3.7 
Summary0002549: Rendering of UTF-8 when <meta> attributes not semicolon separated
DescriptionLooking in detail at some recent HTML email attachments (received in
Messenger Pro), Netsurf's rendering of them seems to have a dependence
on the coding of the <meta content=""> tag.

When this tag is present and includes:

     content="text/html charset=utf-8"

any non-ASCII characters are rendered as the three bytes of their UTF-8
encoding, whereas if the two attributes are separated by semicolon:

     content="text/html; charset=utf-8"

the rendering (using Unicode font DejaVu) looks correct.
Steps To ReproduceInsert or delete a separating semicolon in above example.
Additional InformationQuery posted to netsurf-users@netsurf-browser.org forum 14-Jul-2017 in case others have relevant comments.
TagsNo tags attached.
Fixed in CI build #4174
Reported in CI build #4135
URL of problem pagen/a
Attached Files

-Relationships
+Relationships

-Notes
Bernard Boase

~0001572

Bernard Boase (reporter)

A particular HTML email attachment that shows this effect includes headers:

   Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
   X-Mailer: Apple Mail (2.3273)

Could Apple's omission of the semicolon be contrary to standards?
kinnison

~0001578

kinnison (administrator)

Bernard,

Could you please provide me with the exact HTML tags present? E.g. is it

    <meta http-equiv="Content-Type" content="text/html charset=utf8">

or is it

    <meta content="text/html charset=utf8">

?
kinnison

~0001579

kinnison (administrator)

I've pushed a change to hubbub to try and cope with this anyway.
kinnison

~0001580

kinnison (administrator)

Updated hubbub now seems to resolve this.
Vincent Sanders

~0001655

Vincent Sanders (administrator)

Thankyou for your report, this has been resolved in the 3.7 release
+Notes

-Issue History
Date Modified Username Field Change
2017-07-14 12:36 Bernard Boase New Issue
2017-07-14 13:05 Bernard Boase Note Added: 0001572
2017-09-09 09:33 kinnison Assigned To => kinnison
2017-09-09 09:33 kinnison Status new => acknowledged
2017-09-09 09:33 kinnison Category RISC OS-specific => General
2017-09-09 09:33 kinnison Description Updated View Revisions
2017-09-09 09:33 kinnison Note Added: 0001578
2017-09-09 10:02 kinnison Note Added: 0001579
2017-09-09 10:03 kinnison Status acknowledged => confirmed
2017-09-09 10:32 kinnison Target Version => 3.7
2017-09-09 10:32 kinnison Fixed in CI build # => 4174
2017-09-09 10:32 kinnison Status confirmed => resolved
2017-09-09 10:32 kinnison Resolution open => fixed
2017-09-09 10:32 kinnison Fixed in Version => 3.7
2017-09-09 10:32 kinnison Note Added: 0001580
2017-10-16 23:37 Vincent Sanders Status resolved => closed
2017-10-16 23:37 Vincent Sanders Note Added: 0001655
+Issue History