mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed the character #207 in fontosd for iso8859-2
This commit is contained in:
parent
465ddf3ffc
commit
ae7103e984
@ -1835,6 +1835,7 @@ Ronny Kornexl <ronny.kornexl@online.de>
|
|||||||
Vladimír Bárta <vladimir.barta@k2atmitec.cz>
|
Vladimír Bárta <vladimir.barta@k2atmitec.cz>
|
||||||
for translating OSD texts to the Czech language
|
for translating OSD texts to the Czech language
|
||||||
for fixing the character 'r' in fontosd and fontsml for iso8859-2
|
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>
|
Christoph Haubrich <christoph1.haubrich@arcor.de>
|
||||||
for making the "Ok" key in the "Jump" mode of the replay progress display confirm
|
for making the "Ok" key in the "Jump" mode of the replay progress display confirm
|
||||||
|
1
HISTORY
1
HISTORY
@ -4707,3 +4707,4 @@ Video Disk Recorder Revision History
|
|||||||
start way off of their VPS time wouldn't be recorded correctly.
|
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
|
- If VPS timers are active, their events are now being kept up to date if there
|
||||||
are any free devices available.
|
are any free devices available.
|
||||||
|
- Fixed the character #207 in fontosd for iso8859-2 (thanks to Vladimír Bárta).
|
||||||
|
@ -5261,34 +5261,34 @@ static const cFont::tPixelData FontOsd_iso8859_2[][29] = {
|
|||||||
0x00000000, // ........
|
0x00000000, // ........
|
||||||
},
|
},
|
||||||
{ // 207
|
{ // 207
|
||||||
6, 27,
|
17, 27,
|
||||||
0x00000000, // ......
|
0x00001860, // ....**....**.....
|
||||||
0x00000033, // **..**
|
0x00000CC0, // .....**..**......
|
||||||
0x00000033, // **..**
|
0x00000780, // ......****.......
|
||||||
0x00000033, // **..**
|
0x00000300, // .......**........
|
||||||
0x00000000, // ......
|
0x00000000, // .................
|
||||||
0x0000000C, // ..**..
|
0x00007FC0, // ..*********......
|
||||||
0x0000000C, // ..**..
|
0x00007FF0, // ..***********....
|
||||||
0x0000000C, // ..**..
|
0x00006078, // ..**......****...
|
||||||
0x0000000C, // ..**..
|
0x00006018, // ..**........**...
|
||||||
0x0000000C, // ..**..
|
0x00006018, // ..**........**...
|
||||||
0x0000000C, // ..**..
|
0x0000600C, // ..**.........**..
|
||||||
0x0000000C, // ..**..
|
0x0000600C, // ..**.........**..
|
||||||
0x0000000C, // ..**..
|
0x0000600C, // ..**.........**..
|
||||||
0x0000000C, // ..**..
|
0x0000600C, // ..**.........**..
|
||||||
0x0000000C, // ..**..
|
0x0000600C, // ..**.........**..
|
||||||
0x0000000C, // ..**..
|
0x0000600C, // ..**.........**..
|
||||||
0x0000000C, // ..**..
|
0x0000600C, // ..**.........**..
|
||||||
0x0000000C, // ..**..
|
0x00006018, // ..**........**...
|
||||||
0x0000000C, // ..**..
|
0x00006018, // ..**........**...
|
||||||
0x0000000C, // ..**..
|
0x00006070, // ..**......***....
|
||||||
0x0000000C, // ..**..
|
0x00007FF0, // ..***********....
|
||||||
0x0000000C, // ..**..
|
0x00007FC0, // ..*********......
|
||||||
0x00000000, // ......
|
0x00000000, // .................
|
||||||
0x00000000, // ......
|
0x00000000, // .................
|
||||||
0x00000000, // ......
|
0x00000000, // .................
|
||||||
0x00000000, // ......
|
0x00000000, // .................
|
||||||
0x00000000, // ......
|
0x00000000, // .................
|
||||||
},
|
},
|
||||||
{ // 208 iso8859-2
|
{ // 208 iso8859-2
|
||||||
17, 27,
|
17, 27,
|
||||||
|
Loading…
Reference in New Issue
Block a user