source: _old/nawszelkiwypadek/tools/gue_dic/makeLabels.pl @ 57728c1

Last change on this file since 57728c1 was 57728c1, checked in by Mateusz Hromada <ruanda@…>, 15 years ago

Move old files to _old dir.

  • Property mode set to 100755
File size: 376 bytes
Line 
1#!/usr/bin/perl
2
3use locale;
4
5print "lcase    a ± b c æ d e ê f g h i j k l ³ m n ñ o ó p q r s ¶ t u v w x y z Œ ¿ é ö ü ä\n";
6print "ucase    A ¡ B C Æ D E Ê F G H I J K L £ M N Ñ O Ó P Q R S Š T U V W X Y Z ¬ ¯\n";
7print "letter   lcase ucase\n";
8print "digit    0 1 2 3 4 5 6 7 8 9\n";
9print "signs    , . @ \/ \' _\n";
10print "sem      ~ ; - \\ \n";
11print "all      letter digit signs sem\n";
Note: See TracBrowser for help on using the repository browser.