#966073 info2www outputs HTML4/iso-8859-1 but text is UTF-8

#966073#5
Date:
2020-07-22 15:12:53 UTC
From:
To:
Dear info2www maintainers,

info2www outputs HTML 4 and does not specify "charset". Thus, Firefox
represents as default iso-8859-1 when it actually is UTF-8 encoded.
In Firefox, one has to manually choose
  [Display -> Text encoding -> unicode]
for all the text to display properly.

Probably not the correct way to fix it but : my workaround as
attached patch.

Best regards,

#966073#10
Date:
2023-06-17 18:40:29 UTC
From:
To:
I came across this bug as well, but my fix is slightly different:


166c166
< print "Content-type: text/html; charset=utf-8\n\n"; # Mime header
for NCSA httpd
---