diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-12-18 16:46:49 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-12-18 16:46:49 +0100 |
commit | f8c17d95f1e3e15c873b091bc75c024b5d1c6c4f (patch) | |
tree | 95dec6d3b84b6257504c8ae3f9df547fb68cab7e | |
parent | 8db2fc2d24c01ccb76006816ed12452f7ec1745c (diff) | |
download | vdr-f8c17d95f1e3e15c873b091bc75c024b5d1c6c4f.tar.gz vdr-f8c17d95f1e3e15c873b091bc75c024b5d1c6c4f.tar.bz2 |
Switched the character set to iso8859-15 for English, German and Finnish
-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", |