Declare UTF-8 encoding for changelog
authorUlrich Klauer <ulrich@chirlu.de>
Sun, 26 May 2013 20:07:49 +0000 (22:07 +0200)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 26 May 2013 20:41:17 +0000 (06:41 +1000)
The changelog declared "charset=ISO-8859-1", but used a UTF-8 encoded
name. Change the declaration to UTF-8 to fix this.

Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
doc/html/changelog.html

index 85fec78..b7994fa 100644 (file)
@@ -8,7 +8,7 @@
 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
 <html>
 <head>
-       <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <meta name="author" content="Josh Coalson" />
        <meta name="description" content="A free, open source codec for lossless audio compression and decompression" />
        <meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" />