mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Switched the character set to iso8859-15 for English, German and Finnish
This commit is contained in:
parent
8db2fc2d24
commit
f8c17d95f1
@ -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
|
||||
|
2
HISTORY
2
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).
|
||||
|
8
i18n.c
8
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",
|
||||
|
Loading…
Reference in New Issue
Block a user