Package: vdradmin-am
Version: 3.6.4-1.1
Severity: normal
Tags: patch

Hi,

when using German locale UTF-8 characters are not displayed correctly.
I applied the hint which was given at

   http://www.kanotix.com/PNphpBB2-viewtopic-t-25829.html

in the attached patch.

Kind regards and thanks for maintaining vdradmin-am

     Andreas.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (501, 'testing'), (50, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vdradmin-am depends on:
ii  adduser                       3.111      add and remove users and groups
ii  libcompress-zlib-perl         2.022-1    Transitional dummy package for Com
ii  libintl-perl                  1.20-1     Uniforum message translations syst
ii  libio-socket-inet6-perl       2.54-1.1   Object interface for AF_INET6 doma
ii  liblocale-gettext-perl        1.05-6     Using libc functions for internati
ii  libsocket6-perl               0.20-1     Perl extensions for IPv6
ii  libtemplate-perl              2.20-1     template processing system written
ii  liburi-perl                   1.50-1     module to manipulate and access UR
ii  lsb-base                      3.2-23     Linux Standard Base 3.2 init scrip
ii  perl [libcompress-zlib-perl]  5.10.1-8   Larry Wall's Practical Extraction 

vdradmin-am recommends no packages.

Versions of packages vdradmin-am suggests:
pn  libauthen-sasl-perl           <none>     (no description available)
ii  vdr                           1.6.0-13   Video Disk Recorder for DVB cards
ii  vdr-plugin-epgsearch          0.9.24-3   VDR plugin that provides extensive

-- no debconf information
#! /bin/sh /usr/share/dpatch/dpatch-run

## utf-8.dpatch by Andreas Tille <[email protected]>
##
## All lines beginning with `## DP:' are a description of the patch.
## Enable UTF-8 encoded web pages

@DPATCH@
diff -ubrN vdradmin-am-3.6.4~/template/default/about.html vdradmin-am-3.6.4/template/default/about.html
--- vdradmin-am-3.6.4~/template/default/about.html	2008-12-20 08:00:28.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/about.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title><?% gettext('About') %?></title>
 	<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
diff -ubrN vdradmin-am-3.6.4~/template/default/at_timer_list.html vdradmin-am-3.6.4/template/default/at_timer_list.html
--- vdradmin-am-3.6.4~/template/default/at_timer_list.html	2008-12-20 08:00:28.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/at_timer_list.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>"/>
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>"/>
 	<title>VDRAdmin-AM - <?% gettext('AutoTimer') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css"/>
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/at_timer_new.html vdradmin-am-3.6.4/template/default/at_timer_new.html
--- vdradmin-am-3.6.4~/template/default/at_timer_new.html	2008-12-20 08:00:28.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/at_timer_new.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>"/>
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>"/>
 	<title>VDRAdmin-AM - <?% IF newtimer %?><?% gettext('Add New AutoTimer') %?><?% ELSE %?><?% gettext('Edit AutoTimer') %?><?% END %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css"/>
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/config.html vdradmin-am-3.6.4/template/default/config.html
--- vdradmin-am-3.6.4~/template/default/config.html	2008-12-20 08:00:28.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/config.html	2009-12-20 16:05:52.000000000 +0100
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html id="scroller">
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title>VDRAdmin-AM - <?% gettext('Configuration') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/epgsearch_config.html vdradmin-am-3.6.4/template/default/epgsearch_config.html
--- vdradmin-am-3.6.4~/template/default/epgsearch_config.html	2008-12-20 08:00:28.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/epgsearch_config.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 <?% USE JavaScript, HTML %?>
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>"/>
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>"/>
 	<title>VDRAdmin-AM - <?% gettext('EPG Search Blacklists') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css"/>
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/epgsearch_list.html vdradmin-am-3.6.4/template/default/epgsearch_list.html
--- vdradmin-am-3.6.4~/template/default/epgsearch_list.html	2008-12-20 08:00:28.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/epgsearch_list.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 <?% USE JavaScript, HTML %?>
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>"/>
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>"/>
 	<title>VDRAdmin-AM - <?% gettext('EPG search') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css"/>
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/epgsearch_new.html vdradmin-am-3.6.4/template/default/epgsearch_new.html
--- vdradmin-am-3.6.4~/template/default/epgsearch_new.html	2008-12-20 08:00:28.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/epgsearch_new.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>"/>
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>"/>
 <?% IF mode_blacklist %?>
   <title>VDRAdmin-AM - <?% IF newtimer %?><?% gettext('Add New Blacklist') %?><?% ELSE %?><?% gettext('Edit Blacklist') %?><?% END %?></title>
 <?% ELSE %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/error.html vdradmin-am-3.6.4/template/default/error.html
--- vdradmin-am-3.6.4~/template/default/error.html	2006-10-19 14:12:34.000000000 +0200
+++ vdradmin-am-3.6.4/template/default/error.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>"/>
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>"/>
 	<title><?% gettext('Error!') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css"/>
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/help_at_timer_list.html vdradmin-am-3.6.4/template/default/help_at_timer_list.html
--- vdradmin-am-3.6.4~/template/default/help_at_timer_list.html	2006-10-20 09:57:06.000000000 +0200
+++ vdradmin-am-3.6.4/template/default/help_at_timer_list.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title><?% gettext('AutoTimer') %?></title>
 	<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
diff -ubrN vdradmin-am-3.6.4~/template/default/help_at_timer_new.html vdradmin-am-3.6.4/template/default/help_at_timer_new.html
--- vdradmin-am-3.6.4~/template/default/help_at_timer_new.html	2006-10-20 09:57:12.000000000 +0200
+++ vdradmin-am-3.6.4/template/default/help_at_timer_new.html	2009-12-20 16:05:52.000000000 +0100
@@ -8,7 +8,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title><?% gettext('Edit AutoTimer') %?></title>
 	<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
diff -ubrN vdradmin-am-3.6.4~/template/default/help_config.html vdradmin-am-3.6.4/template/default/help_config.html
--- vdradmin-am-3.6.4~/template/default/help_config.html	2008-07-18 10:07:04.000000000 +0200
+++ vdradmin-am-3.6.4/template/default/help_config.html	2009-12-20 16:05:52.000000000 +0100
@@ -5,7 +5,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title><?% gettext('Configuration') %?></title>
 	<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
diff -ubrN vdradmin-am-3.6.4~/template/default/help_edit_epg.html vdradmin-am-3.6.4/template/default/help_edit_epg.html
--- vdradmin-am-3.6.4~/template/default/help_edit_epg.html	2007-07-16 12:52:59.000000000 +0200
+++ vdradmin-am-3.6.4/template/default/help_edit_epg.html	2009-12-20 16:05:52.000000000 +0100
@@ -5,7 +5,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title><?% gettext('Edit Timer') %?></title>
 	<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
diff -ubrN vdradmin-am-3.6.4~/template/default/help_no.html vdradmin-am-3.6.4/template/default/help_no.html
--- vdradmin-am-3.6.4~/template/default/help_no.html	2006-08-22 13:11:59.000000000 +0200
+++ vdradmin-am-3.6.4/template/default/help_no.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title><?% gettext('No Help Available') %?></title>
 	<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
diff -ubrN vdradmin-am-3.6.4~/template/default/help_rec_list.html vdradmin-am-3.6.4/template/default/help_rec_list.html
--- vdradmin-am-3.6.4~/template/default/help_rec_list.html	2006-10-20 09:57:30.000000000 +0200
+++ vdradmin-am-3.6.4/template/default/help_rec_list.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title><?% gettext('Recordings') %?></title>
 	<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
diff -ubrN vdradmin-am-3.6.4~/template/default/help_timer_list.html vdradmin-am-3.6.4/template/default/help_timer_list.html
--- vdradmin-am-3.6.4~/template/default/help_timer_list.html	2006-10-20 09:57:33.000000000 +0200
+++ vdradmin-am-3.6.4/template/default/help_timer_list.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title><?% gettext('Timer') %?></title>
 	<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
diff -ubrN vdradmin-am-3.6.4~/template/default/help_timer_new.html vdradmin-am-3.6.4/template/default/help_timer_new.html
--- vdradmin-am-3.6.4~/template/default/help_timer_new.html	2006-10-20 09:57:35.000000000 +0200
+++ vdradmin-am-3.6.4/template/default/help_timer_new.html	2009-12-20 16:05:52.000000000 +0100
@@ -5,7 +5,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title><?% gettext('Edit Timer') %?></title>
 	<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
diff -ubrN vdradmin-am-3.6.4~/template/default/index.html vdradmin-am-3.6.4/template/default/index.html
--- vdradmin-am-3.6.4~/template/default/index.html	2006-10-20 08:50:16.000000000 +0200
+++ vdradmin-am-3.6.4/template/default/index.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title>VDRAdmin-AM <?% version %?> (<?% host %?>)</title>
 	<link href="favicon.ico" rel="shortcut icon" />
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
diff -ubrN vdradmin-am-3.6.4~/template/default/navigation.html vdradmin-am-3.6.4/template/default/navigation.html
--- vdradmin-am-3.6.4~/template/default/navigation.html	2008-12-05 19:34:10.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/navigation.html	2009-12-20 16:05:52.000000000 +0100
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html>
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title>VDRAdmin-AM</title>
 	<link type="text/css" href="style.css" rel="stylesheet" media="screen" />
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/noauth.html vdradmin-am-3.6.4/template/default/noauth.html
--- vdradmin-am-3.6.4~/template/default/noauth.html	2006-10-18 13:18:40.000000000 +0200
+++ vdradmin-am-3.6.4/template/default/noauth.html	2009-12-20 16:05:52.000000000 +0100
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html>
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title><?% gettext('Authorization Required') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/noperm.html vdradmin-am-3.6.4/template/default/noperm.html
--- vdradmin-am-3.6.4~/template/default/noperm.html	2006-08-22 13:12:00.000000000 +0200
+++ vdradmin-am-3.6.4/template/default/noperm.html	2009-12-20 16:05:52.000000000 +0100
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html>
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title><?% title %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css"/>
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/prog_detail_form.html vdradmin-am-3.6.4/template/default/prog_detail_form.html
--- vdradmin-am-3.6.4~/template/default/prog_detail_form.html	2008-12-20 08:00:28.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/prog_detail_form.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title><?% title %?></title>
 	<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
diff -ubrN vdradmin-am-3.6.4~/template/default/prog_detail.html vdradmin-am-3.6.4/template/default/prog_detail.html
--- vdradmin-am-3.6.4~/template/default/prog_detail.html	2007-08-12 16:32:13.000000000 +0200
+++ vdradmin-am-3.6.4/template/default/prog_detail.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title><?% title %?></title>
 	<script type="text/javascript" language="JavaScript1.2" src="library.js"></script>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
diff -ubrN vdradmin-am-3.6.4~/template/default/prog_list2.html vdradmin-am-3.6.4/template/default/prog_list2.html
--- vdradmin-am-3.6.4~/template/default/prog_list2.html	2008-12-20 08:00:29.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/prog_list2.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title>VDRAdmin-AM - <?% gettext('Playing Today') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/prog_list.html vdradmin-am-3.6.4/template/default/prog_list.html
--- vdradmin-am-3.6.4~/template/default/prog_list.html	2008-12-20 08:00:28.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/prog_list.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title>VDRAdmin-AM - <?% gettext('Channels') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/prog_summary2.html vdradmin-am-3.6.4/template/default/prog_summary2.html
--- vdradmin-am-3.6.4~/template/default/prog_summary2.html	2008-12-20 08:00:29.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/prog_summary2.html	2009-12-20 16:05:52.000000000 +0100
@@ -3,7 +3,7 @@
 
 <head>
 	<meta http-equiv="refresh" content="600; URL=vdradmin.pl?aktion=prog_summary" />
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title>VDRAdmin-AM - <?% gettext('What\'s On Now?') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/prog_summary.html vdradmin-am-3.6.4/template/default/prog_summary.html
--- vdradmin-am-3.6.4~/template/default/prog_summary.html	2008-12-20 08:00:29.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/prog_summary.html	2009-12-20 16:05:52.000000000 +0100
@@ -3,7 +3,7 @@
 
 <head>
 	<meta http-equiv="refresh" content="600; URL=vdradmin.pl?aktion=prog_summary" />
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title>VDRAdmin-AM - <?% gettext('What\'s On Now?') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/prog_timeline.html vdradmin-am-3.6.4/template/default/prog_timeline.html
--- vdradmin-am-3.6.4~/template/default/prog_timeline.html	2008-12-20 08:00:29.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/prog_timeline.html	2009-12-20 16:05:52.000000000 +0100
@@ -3,7 +3,7 @@
 
 <head>
 	<meta http-equiv="refresh" content="600; URL=vdradmin.pl?aktion=prog_timeline" />
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title>VDRAdmin-AM - <?% gettext('Timeline') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/rc.html vdradmin-am-3.6.4/template/default/rc.html
--- vdradmin-am-3.6.4~/template/default/rc.html	2008-12-05 19:34:10.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/rc.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html>
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title>VDRAdmin-AM - <?% gettext('Remote Control') %?> (<?% host %?>)</title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/rec_edit.html vdradmin-am-3.6.4/template/default/rec_edit.html
--- vdradmin-am-3.6.4~/template/default/rec_edit.html	2008-12-20 08:00:29.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/rec_edit.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title>VDRAdmin-AM - <?% gettext('Rename Recording') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/rec_list.html vdradmin-am-3.6.4/template/default/rec_list.html
--- vdradmin-am-3.6.4~/template/default/rec_list.html	2008-12-20 08:00:29.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/rec_list.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title>VDRAdmin-AM - <?% gettext('Recordings') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/timer_list.html vdradmin-am-3.6.4/template/default/timer_list.html
--- vdradmin-am-3.6.4~/template/default/timer_list.html	2008-12-20 08:00:29.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/timer_list.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title>VDRAdmin-AM - <?% gettext('Timer') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/timer_new.html vdradmin-am-3.6.4/template/default/timer_new.html
--- vdradmin-am-3.6.4~/template/default/timer_new.html	2008-12-20 08:00:29.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/timer_new.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title>VDRAdmin-AM - <?% IF newtimer %?><?% gettext('Create New Timer') %?><?% ELSE %?><?% gettext('Edit Timer') %?><?% END %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/template/default/tv.html vdradmin-am-3.6.4/template/default/tv.html
--- vdradmin-am-3.6.4~/template/default/tv.html	2008-12-20 08:00:29.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/tv.html	2009-12-20 16:05:52.000000000 +0100
@@ -3,7 +3,7 @@
 
 <head>
 	<title>VDRAdmin-AM - <?% gettext('TV') %?> (<?% host %?>)</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="Content-Type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
 	<?% IF usercss %?>
 		<link href="user.css" rel="stylesheet" media="screen" type="text/css" />
diff -ubrN vdradmin-am-3.6.4~/template/default/vdr_cmds.html vdradmin-am-3.6.4/template/default/vdr_cmds.html
--- vdradmin-am-3.6.4~/template/default/vdr_cmds.html	2008-12-20 08:00:29.000000000 +0100
+++ vdradmin-am-3.6.4/template/default/vdr_cmds.html	2009-12-20 16:05:52.000000000 +0100
@@ -2,7 +2,7 @@
 <html id="scroller">
 
 <head>
-	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('ISO-8859-1') %?>" />
+	<meta http-equiv="content-type" content="text/html;charset=<?% gettext('UTF-8') %?>" />
 	<title>VDRAdmin-AM - <?% gettext('VDR Commands') %?></title>
 	<link href="style.css" rel="stylesheet" media="screen" type="text/css" />
 	<?% IF usercss %?>
diff -ubrN vdradmin-am-3.6.4~/vdradmind.pl vdradmin-am-3.6.4/vdradmind.pl
--- vdradmin-am-3.6.4~/vdradmind.pl	2008-12-20 08:00:28.000000000 +0100
+++ vdradmin-am-3.6.4/vdradmind.pl	2009-12-20 16:10:48.000000000 +0100
@@ -3285,7 +3285,7 @@
 
     setlocale(LC_ALL, $CONFIG{LANG});
     $LANG = $CONFIG{LANG};
-    $MY_ENCODING = gettext("ISO-8859-1");
+    $MY_ENCODING = gettext("UTF-8");
     bind_textdomain_codeset("vdradmin", $MY_ENCODING) if($can_use_bind_textdomain_codeset);
     CGI::charset($MY_ENCODING);
 }

Reply via email to