15 'Acircumflex' => 'A^',
16 'acircumflex' => 'a^',
54 'Ecircumflex' => 'E^',
55 'ecircumflex' => 'e^',
90 'Ocircumflex' => 'O^',
91 'ocircumflex' => 'o^',
159 if (m/^([0-9A-F]+)$/) {
162 $t =~ s/0/......../g;
163 $t =~ s/1/......##/g;
164 $t =~ s/2/....##../g;
165 $t =~ s/3/....####/g;
166 $t =~ s/4/..##..../g;
167 $t =~ s/5/..##..##/g;
168 $t =~ s/6/..####../g;
169 $t =~ s/7/..######/g;
170 $t =~ s/8/##....../g;
171 $t =~ s/9/##....##/g;
172 $t =~ s/A/##..##../g;
173 $t =~ s/B/##..####/g;
174 $t =~ s/C/####..../g;
175 $t =~ s/D/####..##/g;
176 $t =~ s/E/######../g;
177 $t =~ s/F/########/g;
180 elsif (m/^STARTCHAR (.*)/ && defined($names{$1})) {
181 print "STARTCHAR $names{$1}\n";