diff options
author | Günther Deschner <gd@samba.org> | 2004-09-28 10:46:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:50 -0500 |
commit | 429dc212fbc4dd34f346cc3696783e0e7e114396 (patch) | |
tree | c0b1fef4cc98739f5d7addf0199f3ea22376a860 /swat/include/header.html | |
parent | 39efdab4c150f1a6dc1fec1ce26cb0bf1e53669b (diff) | |
download | samba-429dc212fbc4dd34f346cc3696783e0e7e114396.tar.gz samba-429dc212fbc4dd34f346cc3696783e0e7e114396.tar.bz2 samba-429dc212fbc4dd34f346cc3696783e0e7e114396.zip |
r2715: Swat-i18n-Patch from Björn Jacke <bjacke@sernet.de>:
"Unify charset-handling in Content-Type:-headers to UTF-8 (fixes #1766),
making UTF-8 the only supported (but fully functional) charset. Also
remove html-header-files for ja and tr that have become obsolete now.
Reformat msgstr in msg-files to UTF-8."
Guenther
(This used to be commit 0f8e1a0d0083ffb25b1888f5cae2613f7a7dbc46)
Diffstat (limited to 'swat/include/header.html')
-rw-r--r-- | swat/include/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swat/include/header.html b/swat/include/header.html index f964133316..c482aedcb8 100644 --- a/swat/include/header.html +++ b/swat/include/header.html @@ -1,6 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE>Samba Web Administration Tool</TITLE> </HEAD> <BODY bgcolor="white"> |