diff options
-rw-r--r-- | CONTRIBUTORS | 1 | ||||
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | 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 <sklek@gmx.de> Andreas Brugger <brougs78@gmx.net> 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 <dino.ravnic@fer.hr> for fixing some characters in the iso8859-2 font file @@ -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). @@ -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", |