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 /i18n.c | |
parent | 8db2fc2d24c01ccb76006816ed12452f7ec1745c (diff) | |
download | vdr-f8c17d95f1e3e15c873b091bc75c024b5d1c6c4f.tar.gz vdr-f8c17d95f1e3e15c873b091bc75c024b5d1c6c4f.tar.bz2 |
Switched the character set to iso8859-15 for English, German and Finnish
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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", |