From e49a10d06f5f66a5a3307fd209bce20af3ee0ef7 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Sun, 15 Aug 2021 22:09:24 +0300 Subject: [PATCH] README: Fix charset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I noticed that "Norwegian Bokmål" didn't render correctly in the browser. Just fixing the xml declaration didn't help, I had to add the meta element for declaring the charset. Part-of: --- doc/README.html.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/README.html.in b/doc/README.html.in index 92b1032..6fed0dd 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -1,8 +1,9 @@ - + + PulseAudio Volume Control @PACKAGE_VERSION@