1flc2a
2# Upper by Glenn Chappell <ggc@uiuc.edu> 1/94
3# Converts lower-case to upper-case.
4# figlet release 2.1 -- 12 Aug 1994
5#
6# This is a figlet controlfile.
7#
8# Explanation of first line:
9#   flc2 - "magic number" for file identification
10#   a    - should always be `a', for now
11#
12# File body:
13#   The first character of any line is the "command" for that line.
14#   Possible figlet 2.1 commands are as follows:
15#   `#' - comment, continues until end-of-line
16#   `t' - translate, a not-so-fancy version of the Unix "tr" command
17#   `f' - freeze, treat further lines as if they were in a new file
18#
19# The following lines convert lower-case to upper-case.
20#
21# Standard letters:
22t a-z A-Z
23#
24# figlet Deutsch characters:
25t \-252-\-250 \-255-\-253
26#
27# ISO Latin-1 accented letters:
28t \224-\246 \192-\214
29t \248-\254 \216-\222
30t \255 Y
31# (Latin-1 has no upper-case Y-umlaut.)
32