                                  libcasefix

	libcasefix is a set of tools to edit, modify or adjust the casing of any character, group of alphanumeric characters or word, any sentence or sentences, any text string, any char array, or any text stream (of any of the supported character set) according to 6 preconfigured modes or by use of a programmer or user supplied template, a custom mode.
	
	libcasefix is ANSI C / ISO C90 compatible but also provides for even older C compilers.
	
	libcasefix relies only on the standard C library and uses no extensions to the standard C library.
	
	In other words, libcasefix is portable.
	
	The heart of libcasefix is 7 streaming text case editing functions which are fast. Also, there are 3 functions that provide an easy to use interface to the 7 streaming functions for char arrays and char strings.
	
	libcasefix is fairly easy to implement and can give your text handling app (gui or text mode) a feature that may not have previously been available, though the need for has always been there.
	
	
	
	
	
	