summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS1
-rw-r--r--HISTORY2
-rw-r--r--fontosd-iso8859-2.c56
-rw-r--r--fontsml-iso8859-2.c48
4 files changed, 55 insertions, 52 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index b8ef105f..1d6552b3 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1834,6 +1834,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
Christoph Haubrich <christoph1.haubrich@arcor.de>
for making the "Ok" key in the "Jump" mode of the replay progress display confirm
diff --git a/HISTORY b/HISTORY
index 91fe0f56..14d2fdef 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4700,3 +4700,5 @@ Video Disk Recorder Revision History
- Updated the Czech OSD texts (thanks to Vladimír Bárta).
- Fixed handling the "Power" key in case a timer is about to start recording
(thanks to Udo Richter).
+- Fixed the character 'r' in fontosd and fontsml for iso8859-2 (thanks to Vladimír
+ Bárta).
diff --git a/fontosd-iso8859-2.c b/fontosd-iso8859-2.c
index c5f66408..7926f6df 100644
--- a/fontosd-iso8859-2.c
+++ b/fontosd-iso8859-2.c
@@ -2471,34 +2471,34 @@ static const cFont::tPixelData FontOsd_iso8859_2[][29] = {
0x0000000C, // .........**..
},
{ // 114
- 10, 27,
- 0x00000000, // ..........
- 0x00000000, // ..........
- 0x00000000, // ..........
- 0x00000000, // ..........
- 0x00000000, // ..........
- 0x00000000, // ..........
- 0x00000000, // ..........
- 0x00000000, // ..........
- 0x00000000, // ..........
- 0x00000000, // ..........
- 0x000000CE, // ..**..***.
- 0x000000FE, // ..*******.
- 0x000000E0, // ..***.....
- 0x000000C0, // ..**......
- 0x000000C0, // ..**......
- 0x000000C0, // ..**......
- 0x000000C0, // ..**......
- 0x000000C0, // ..**......
- 0x000000C0, // ..**......
- 0x000000C0, // ..**......
- 0x000000C0, // ..**......
- 0x000000C0, // ..**......
- 0x00000000, // ..........
- 0x00000000, // ..........
- 0x00000000, // ..........
- 0x00000000, // ..........
- 0x00000000, // ..........
+ 8, 27,
+ 0x00000000, // ........
+ 0x00000000, // ........
+ 0x00000000, // ........
+ 0x00000000, // ........
+ 0x00000000, // ........
+ 0x00000000, // ........
+ 0x00000000, // ........
+ 0x00000000, // ........
+ 0x00000000, // ........
+ 0x00000000, // ........
+ 0x0000000E, // ....***.
+ 0x0000003E, // ..*****.
+ 0x00000038, // ..***...
+ 0x00000030, // ..**....
+ 0x00000030, // ..**....
+ 0x00000030, // ..**....
+ 0x00000030, // ..**....
+ 0x00000030, // ..**....
+ 0x00000030, // ..**....
+ 0x00000030, // ..**....
+ 0x00000030, // ..**....
+ 0x00000030, // ..**....
+ 0x00000000, // ........
+ 0x00000000, // ........
+ 0x00000000, // ........
+ 0x00000000, // ........
+ 0x00000000, // ........
},
{ // 115
12, 27,
diff --git a/fontsml-iso8859-2.c b/fontsml-iso8859-2.c
index af1d8a8b..8b02a17e 100644
--- a/fontsml-iso8859-2.c
+++ b/fontsml-iso8859-2.c
@@ -2132,30 +2132,30 @@ static const cFont::tPixelData FontSml_iso8859_2[][25] = {
0x00000006, // ........**.
},
{ // 114
- 9, 23,
- 0x00000000, // .........
- 0x00000000, // .........
- 0x00000000, // .........
- 0x00000000, // .........
- 0x00000000, // .........
- 0x00000000, // .........
- 0x00000000, // .........
- 0x00000000, // .........
- 0x00000000, // .........
- 0x000000CC, // .**..**..
- 0x000000F8, // .*****...
- 0x000000E0, // .***.....
- 0x000000C0, // .**......
- 0x000000C0, // .**......
- 0x000000C0, // .**......
- 0x000000C0, // .**......
- 0x000000C0, // .**......
- 0x000000C0, // .**......
- 0x000000C0, // .**......
- 0x00000000, // .........
- 0x00000000, // .........
- 0x00000000, // .........
- 0x00000000, // .........
+ 6, 23,
+ 0x00000000, // ......
+ 0x00000000, // ......
+ 0x00000000, // ......
+ 0x00000000, // ......
+ 0x00000000, // ......
+ 0x00000000, // ......
+ 0x00000000, // ......
+ 0x00000000, // ......
+ 0x00000000, // ......
+ 0x0000001B, // .**.**
+ 0x0000001B, // .**.**
+ 0x0000001C, // .***..
+ 0x00000018, // .**...
+ 0x00000018, // .**...
+ 0x00000018, // .**...
+ 0x00000018, // .**...
+ 0x00000018, // .**...
+ 0x00000018, // .**...
+ 0x00000018, // .**...
+ 0x00000000, // ......
+ 0x00000000, // ......
+ 0x00000000, // ......
+ 0x00000000, // ......
},
{ // 115
9, 23,