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 /fontsml-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 'fontsml-iso8859-2.c')
-rw-r--r-- | fontsml-iso8859-2.c | 48 |
1 files changed, 24 insertions, 24 deletions
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, |