From f8c17d95f1e3e15c873b091bc75c024b5d1c6c4f Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 18 Dec 2004 16:46:49 +0100 Subject: [PATCH] Switched the character set to iso8859-15 for English, German and Finnish --- CONTRIBUTORS | 1 + HISTORY | 2 ++ i18n.c | 8 ++++---- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b7952316..34b15522 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1170,6 +1170,7 @@ Sascha Klek Andreas Brugger for reporting a possible crash when pausing live video and the recording was unable to start, maybe because there was no lock on the device + for reporting the missing Euro sign in iso8859-1 Dino Ravnic for fixing some characters in the iso8859-2 font file diff --git a/HISTORY b/HISTORY index bc5a53e4..84f95396 100644 --- a/HISTORY +++ b/HISTORY @@ -3204,3 +3204,5 @@ Video Disk Recorder Revision History - Fixed the character width and shifted the codes one to the right in all font files. - Renamed font???.c to font???-iso8859-1.c for symmetry. +- Switched the character set to iso8859-15 for English, German and Finnish (thanks + to Andreas Brugger for reporting the missing Euro sign in iso8859-1). diff --git a/i18n.c b/i18n.c index 2f8c7c69..345ee348 100644 --- a/i18n.c +++ b/i18n.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.165 2004/12/18 13:04:33 kls Exp $ + * $Id: i18n.c 1.166 2004/12/18 16:44:24 kls Exp $ * * Translations provided by: * @@ -103,15 +103,15 @@ const tI18nPhrase Phrases[] = { "Dansk", }, // The character set needed for this language (this MUST be the second phrase!): - { "iso8859-1", - "iso8859-1", - "iso8859-1", + { "iso8859-15", + "iso8859-15", "iso8859-1", "iso8859-1", "iso8859-1", "iso8859-1", "iso8859-1", "iso8859-1", + "iso8859-15", "iso8859-1", "iso8859-1", "iso8859-7",