Short:        Subset of wide character library
Author:       Philippe Charles and David Shields, IBM Research.
Uploader:     kyrimis cti gr (Kriton Kyrimis)
Type:         dev/c
Architecture: m68k-amigaos

This is a subset of a wide character library, which is used to build
the Jikes Java compiler and the ICU (International Classes for Unicode)
package, which Jikes requires.  The code is derived from the Jike source,
and is therefore governed by the IBM public license, which can be found
in license.html, under which Jikes is distributed.

To install for use with gcc, copy wchar.h to GG:include and libw.a
to GG:lib.

Kriton Kyrimis (kyrimis@cti.gr)