  =========================================================
  Documentation to the Module chr V1.0  © S.F.Mix 24.Okt.90
  =========================================================

Copyright:
==========
The author of this program is Sebastian Florian Mix,
Eichhornstr. 5-6 apt. 222, D-1000 Berlin 30. This program is public domain
and may only be used commercially with the permission of the author.
Commercial purpose includes the purchasing on pd-serials costing
more than 8 DM / disk !
This program may be freely distributed as long as my name is not
removed and the following files are copied together:
-chr.mod
-chr.def
-chr.obj
-chr.sym
-chr.dok
-chr.doc
All files of this packet are allowed to be changed and enhanced, as long
as the changed version is renamed to a branch-version (1.0.x) and send to
me with a documentation of the changes.

Installation:
=============
 -copy chr.sym and chr.obj into your M2:Modules.

Supplied functions:
===================

 -Cap:
   Converts lower case to upper case characters, works with upper 7 bit
   characters too, i.e. Cap("ä")="Ä",Cap("é")="É".
 -Low:
   Converts upper case to lower case characters, works with upper 7 bit
   characters too, i.e. Cap("Ü")="ü",Cap("Ñ")="ñ".
 -Lower:
   Compares two characters, works with upper 7 bits characters too.
   I.e. Lower("ä","b")=TRUE, Lower("¹","²")=TRUE.
 -LowerEq:
   Like Lower, compares "<=" instead of "<".

Bugs:
=====
 -None known, but not very much tested.

Further Enhancements:
=====================
 -Maybe there are regulations for character comparison.
  Everyone who knows please tell me.

History:
========
  1.0  First reasonable version

Any bug reports or food for thought are welcomed (to my address,
by phone (030/2621811) or e-mail (PD-Workshop 030/4623932: BoardP0)).

Should the avid user wish to donate a small sum to the starving artist,
he/she is thouroughly encouraged to do so. (PGoA Mchn Blz.70010080
Accnt Nr 470303-801)

S.F.Mix

