diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-11-11 13:45:44 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-11-11 13:45:44 +0100 |
commit | d61ae0681fba3637771d8461a932e09904e6d253 (patch) | |
tree | 1119f8bd4ede6455b20613295f7aef6ccb3eca44 /lib/App | |
parent | 5a70000edf314d0b8e68f5a58afc8be84605f14c (diff) |
Add improvised szlig (ß)
Diffstat (limited to 'lib/App')
-rw-r--r-- | lib/App/VRR/Fakedisplay.pm.PL | 2 |
1 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___'; |