this new release contains some minor bugfixes. additionaly, the documentation was updated.
I have made version 1.3 available in the file section. (it is not in the cvs, for i have some problems to synchronize it with my private cvs). it includes representation in UTF8 and UTF32. It should work with SmallEiffel, Visual Eiffel, and ISE Eiffel. Unfortunately, it currently does not contain documentation, but this will be solved in a week. The unicode database was speeded up -- i am using large (but compressed) integer tables instead the hashtables of the previous versions; so the start up is quicker.
i have implemented support for both utf8 and utf32 representation of contained characters. i need to check for correctness and performance. furthermore, selection of underlying representation must be integrated into ucstring or another class.