From: Christian P. <cp...@us...> - 2005-05-20 14:10:54
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/Unicode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7164 Modified Files: Makefile.am Removed Files: uctype.h ustring.h Log Message: - Droping own Unicode implementation, we now use UCI Index: Makefile.am =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/Unicode/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 16 Jan 2005 00:08:09 -0000 1.3 +++ Makefile.am 20 May 2005 14:10:45 -0000 1.4 @@ -2,4 +2,4 @@ INCLUDES = METASOURCES = AUTO -pclasses_unicode_include_HEADERS = uctype.h ustring.h Char.h String.h TextStream.h +pclasses_unicode_include_HEADERS = Char.h String.h TextStream.h --- ustring.h DELETED --- --- uctype.h DELETED --- |