countries: hardcode codes reserved for WIPO
[sheet.git] / starcraft.plp
index 8279df3b6308727ae3db13467eefd2d69a223fab..386bf4031763492b7a22450255e356f0f4a385a7 100644 (file)
@@ -50,8 +50,10 @@ $header{content_type} = "text/html; charset=$sign{charset}";
 </li>
 
 <:
-use Shiar_Sheet::Keyboard;
-my $keys = Shiar_Sheet::Keyboard->new({do 'starcraft.inc.pl'});
+use Shiar_Sheet::Keyboard 2;
+my $info = do 'starcraft.eng.inc.pl' or die $@;
+$info->{def} = do 'starcraft.inc.pl';
+my $keys = Shiar_Sheet::Keyboard->new($info);
 $keys->map($get{map}) or undef $get{map};
 $keys->print_rows($get{rows} || '1 =P1 Z1', [0]);
 :>