1flc2a
2# Lower by Sis <suaac@csv.warwick.ac.uk> 2/95
3# Converts upper-case to lower-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 upper-case to lower-case.
20#
21# Standard letters:
22t A-Z a-z
23#
24# figlet Deutsch characters:
25t \-255-\-253 \-252-\-250
26#
27# ISO Latin-1 accented letters:
28t \192-\214 \224-\246
29t \216-\222 \248-\254
30