keyboard/altgr/msx: anachronisic proposals of missing uppercase
[sheet.git] / keyboard / altgr / msx.eng.inc.pl
index 6ea44e2d8f07d190193f3c8e46c2fc83432491ef..eeb71c46f5c6195ee2bd030f5c79da00caccf05b 100644 (file)
@@ -1,7 +1,9 @@
 use utf8;
 use strict;
 use warnings;
-our %rows = (
+use Shiar_Sheet::KeyboardChars 'kbchars';
+
+my %rows = (
        '!' => '¡',
        '1' => 'ƒ',
        '@' => '₧',
@@ -79,9 +81,22 @@ our %rows = (
        '/' => 'º',
 );
 
+my %uc = (
+       (map { (uc $_ => uc $rows{$_}) } grep {
+               !defined $rows{uc $_}
+       } keys %rows),
+       '|' => '€',
+       'M' => 'Ú',
+       '+' => 'Ø',
+);
+
+my $groups = kbchars({%rows, %uc});
+$groups->{def}{''}{$_} .= ' ext' for keys %uc;
+$groups->{flag}{ext} = ['anachrone', 'expected uppercase variants if allowed by charset'];
+
 +{
-       %{ do 'keyboard/altgr/groups.inc.pl' },
-       version => '1.0',
+       %{ $groups },
+       version => '1.1',
        title => 'msx code',
        intro => join("\n",
                'Resulting <a href="/unicode">selection</a> of equivalent <a href="/charset">Unicode</a> characters',