ezc/src
Tomasz Sowa 8f94937ed1 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
2010-11-22 01:23:32 +00:00
..
Makefile fixed: when Pattern::allow_include was false then nothing was read 2010-02-15 00:19:31 +00:00
Makefile.dep added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
Makefile.o.dep added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
ezc.h added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
functions.h added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
funinfo.h added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
generator.h added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
item.cpp added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
item.h added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
pattern.cpp added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
pattern.h added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
stringconv.cpp added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
stringconv.h added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
utf8.cpp added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00
utf8.h added: support for UTF-8 (files utf8.h utf8.cpp) 2010-11-22 01:23:32 +00:00