summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/App/VRR/Fakedisplay.pm.PL2
-rw-r--r--share/font.pngbin638 -> 649 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/VRR/Fakedisplay.pm.PL b/lib/App/VRR/Fakedisplay.pm.PL
index 9360f79..26e1434 100644
--- a/lib/App/VRR/Fakedisplay.pm.PL
+++ b/lib/App/VRR/Fakedisplay.pm.PL
@@ -103,7 +103,7 @@ parse_char_row( 0, 'A' .. 'Z' );
parse_char_row( 10, 'a' .. 'z' );
parse_char_row( 20, '0' .. '9' );
parse_char_row( 30, q{:}, q{-}, q{.}, q{,}, q{/}, q{ } );
-parse_char_row( 40, qw(ä ö ü) );
+parse_char_row( 40, qw(ä ö ü ß) );
print $out_fh <<'___CUT___';
diff --git a/share/font.png b/share/font.png
index 07b3306..fc88df8 100644
--- a/share/font.png
+++ b/share/font.png
Binary files differ