From d61ae0681fba3637771d8461a932e09904e6d253 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 11 Nov 2011 13:45:44 +0100 Subject: Add improvised szlig (ß) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/App/VRR/Fakedisplay.pm.PL | 2 +- share/font.png | Bin 638 -> 649 bytes 2 files changed, 1 insertion(+), 1 deletion(-) 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 Binary files a/share/font.png and b/share/font.png differ -- cgit v1.2.3