added: support for UTF-8 (files utf8.h utf8.cpp)

they can be even used without the rest library
         as only a library for converting between wide characters and UTF-8
changed: everywhere we use std::wstring instead of std::string
changed: Generator and Functions are templates now
         they take a stream type
renamed: Info to FunInfo and it is a template too
         taking a stream type

now you can use other kind of streams with the library
previous was only std::ostringstream



git-svn-id: svn://ttmath.org/publicrep/ezc/trunk@326 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-11-22 01:23:32 +00:00
parent b5ea2514e2
commit 8f94937ed1
15 changed files with 3805 additions and 1997 deletions

View File

@@ -1,3 +1,9 @@
# DO NOT DELETE
edanticezc.o: ezc.h /home/tomek/roboczy/winix/core/log.h
edanticitem.o: item.h
edanticpattern.o: pattern.h item.h stringconv.h utf8.h
edanticpattern.o: /home/tomek/roboczy/winix/core/log.h
edanticpattern.o: /home/tomek/roboczy/winix/core/textstream.h
edanticpattern.o: /home/tomek/roboczy/winix/core/misc.h
edanticstringconv.o: stringconv.h
edanticutf8.o: utf8.h