2002-05-06      Francis James Franklin <fjf@alinameridon.com>

	o UCS4String implementation
	o additional tests, bug fixes, etc.

2002-05-05      Francis James Franklin <fjf@alinameridon.com>

	o more work/fixes on append
	o validation when creating/positioning iterators
	o implement substr_replace()

2002-05-04      Francis James Franklin <fjf@alinameridon.com>

	o changing to use std::bad_alloc and std::out_of_range exceptions
	  rather than home-made ones. (How wise is this?)
	o moved iterator prefix ++/-- operators into utf8string.cpp

2002-05-03      Francis James Franklin <fjf@alinameridon.com>

	o changing license to BSD
	o some work on the iterator
	o flirting with exceptions

2002-05-02      Francis James Franklin <fjf@alinameridon.com>

        o initial import of libeXtra
        o added occasional internal UCS-4 storage
	o added UTF-8 -> UCS-4 conversion
	o fixed UCS-4 -> UTF-8 conversion
	o extended tests
