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

2023-06-17 Thread Kaleb Hornsby
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 --- > print "Content-type: text/html\n\n"; # Mime header for NCSA httpd

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

2020-07-22 Thread Alexandre Hoïde
Package: info2www Version: 1.2.2.9-24 Severity: normal 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