From: Andre Noll <maan@systemlinux.org> Date: Sun, 10 Feb 2013 10:22:04 +0000 (+0100) Subject: Switch to HTF-8 for web pages. X-Git-Tag: v0.4.13~41^2~1 X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=2513942c834b4fd3320191d88d4573fa5203890f;p=paraslash.git Switch to HTF-8 for web pages. This sets the charset in the html header section to UTF-8 and converts the CREDITS file from ISO-8859-1 to UTF-8. --- diff --git a/CREDITS b/CREDITS index 1d8ad0ce..ec4e5362 100644 --- a/CREDITS +++ b/CREDITS @@ -40,7 +40,7 @@ Loren Merritt (FFmpeg) Simon Morlat <simon.morlat@linphone.org> (ortp) -Christof Müller (bug reports) +Christof Müller (bug reports) M. Hari Nezumi <magenta@trikuare.cx> (AudioCompress) @@ -50,7 +50,7 @@ Manuel Odendahl <manuel-poc@bl0rg.net> (poc) Guillaume Outters <guillaume.outters@free.fr> (mosx-mpg123) -Christian Reißmann (design) +Christian ReiÃmann (design) Gerrit Renker <gerrit@erg.abdn.ac.uk> (dccp improvements, IPv6 support) diff --git a/web/header.html b/web/header.html index 464db042..f7cb2776 100644 --- a/web/header.html +++ b/web/header.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> <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'> <title>Paraslash</title> <LINK href="para.css" REL="stylesheet" TYPE="text/css"> <link rel="shortcut icon" href="paraslash.ico"> diff --git a/web/header2.html b/web/header2.html index c8de7afd..94fbcad2 100644 --- a/web/header2.html +++ b/web/header2.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> <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'> <title>Paraslash</title> <LINK href="../../para.css" REL="stylesheet" TYPE="text/css"> <link rel="shortcut icon" href="../../paraslash.ico">