diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-05 13:49:57 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-05 13:49:57 +0200 |
commit | 452eec70a7194b57b3ae2653795af632e38c8f4e (patch) | |
tree | 8cf1775ec966c600757a2c0aa636cf4ad46d2bf8 /fontosd-iso8859-2.c | |
parent | c7af51870a9a1d3aac81f863b8b16f50c7000963 (diff) | |
download | vdr-452eec70a7194b57b3ae2653795af632e38c8f4e.tar.gz vdr-452eec70a7194b57b3ae2653795af632e38c8f4e.tar.bz2 |
Fixed the character 'r' in fontosd and fontsml for iso8859-2
Diffstat (limited to 'fontosd-iso8859-2.c')
-rw-r--r-- | fontosd-iso8859-2.c | 56 |
1 files changed, 28 insertions, 28 deletions
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, |