(C) Copyright 1990 Commodore-Amiga, Inc.

The example locale library on this disk is preliminary. Only the CatOpen(),
CatGets() and CatClose function are currently working. All the other
functions return NULL for now. There is also an example on how to use the
catalogue functions. Check the getmsg.c file.

To generate a catalogue, use an editor to put one message per line, ending
each line with a return. (<NL> actually) Thus on line 1 will be message 1, on
line 2 will be message 2, etc. If you wish to insert a newline within the
message, use \n just like in C. Similarly you may use the other C backslash
sequences: \t \v \b \r \f \\ \' \". You may not use \xxx to enter octal
character codes.

If you wish, you may use the X/Open compatible catalogue generator, CatGen.
You will then be able to use sets thanks to the $set directive. But be
warned, the CatGen utility provided on this disk is *very* preliminary. An
example CatGen source file is included, "catexample.src". To generate a
catalogue issue:

	1> CatGen catexample.src <catalogue>

Valentin Pepelea
Commodore-Amiga Inc.
1200 Wilson Drive
West Chester, PA 19380
(215) 431-9327
UseNet:  cbmvax!valentin@uunet.uu.net
