diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-07 11:37:18 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-07 11:37:18 +0200 |
commit | ae7103e9843d5ea70048f1e96d672c3d194eee59 (patch) | |
tree | 6afca2ac2f263e54298aca9b5bfd8bb4c3bcc780 | |
parent | 465ddf3ffcf55728608d0442f23516262a5e26f4 (diff) | |
download | vdr-ae7103e9843d5ea70048f1e96d672c3d194eee59.tar.gz vdr-ae7103e9843d5ea70048f1e96d672c3d194eee59.tar.bz2 |
Fixed the character #207 in fontosd for iso8859-2
-rw-r--r-- | CONTRIBUTORS | 1 | ||||
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | fontosd-iso8859-2.c | 56 |
3 files changed, 30 insertions, 28 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1d6552b3..4147eab2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1835,6 +1835,7 @@ Ronny Kornexl <ronny.kornexl@online.de> Vladimír Bárta <vladimir.barta@k2atmitec.cz> for translating OSD texts to the Czech language for fixing the character 'r' in fontosd and fontsml for iso8859-2 + for fixing the character #207 in fontosd for iso8859-2 Christoph Haubrich <christoph1.haubrich@arcor.de> for making the "Ok" key in the "Jump" mode of the replay progress display confirm @@ -4707,3 +4707,4 @@ Video Disk Recorder Revision History start way off of their VPS time wouldn't be recorded correctly. - If VPS timers are active, their events are now being kept up to date if there are any free devices available. +- Fixed the character #207 in fontosd for iso8859-2 (thanks to Vladimír Bárta). diff --git a/fontosd-iso8859-2.c b/fontosd-iso8859-2.c index 7926f6df..66224adc 100644 --- a/fontosd-iso8859-2.c +++ b/fontosd-iso8859-2.c @@ -5261,34 +5261,34 @@ static const cFont::tPixelData FontOsd_iso8859_2[][29] = { 0x00000000, // ........ }, { // 207 - 6, 27, - 0x00000000, // ...... - 0x00000033, // **..** - 0x00000033, // **..** - 0x00000033, // **..** - 0x00000000, // ...... - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x0000000C, // ..**.. - 0x00000000, // ...... - 0x00000000, // ...... - 0x00000000, // ...... - 0x00000000, // ...... - 0x00000000, // ...... + 17, 27, + 0x00001860, // ....**....**..... + 0x00000CC0, // .....**..**...... + 0x00000780, // ......****....... + 0x00000300, // .......**........ + 0x00000000, // ................. + 0x00007FC0, // ..*********...... + 0x00007FF0, // ..***********.... + 0x00006078, // ..**......****... + 0x00006018, // ..**........**... + 0x00006018, // ..**........**... + 0x0000600C, // ..**.........**.. + 0x0000600C, // ..**.........**.. + 0x0000600C, // ..**.........**.. + 0x0000600C, // ..**.........**.. + 0x0000600C, // ..**.........**.. + 0x0000600C, // ..**.........**.. + 0x0000600C, // ..**.........**.. + 0x00006018, // ..**........**... + 0x00006018, // ..**........**... + 0x00006070, // ..**......***.... + 0x00007FF0, // ..***********.... + 0x00007FC0, // ..*********...... + 0x00000000, // ................. + 0x00000000, // ................. + 0x00000000, // ................. + 0x00000000, // ................. + 0x00000000, // ................. }, { // 208 iso8859-2 17, 27, |