changed: now we do not use std::string and char* in the Winix API
everywhere we are using std::wstring and wchar_t* (std::string and char* is used only locally in some places especially when creating a path to OS file system etc.) added: to the special thread when winix closes: a write function for curl: FetchPageOnExitCurlCallback() without this function the curl library will print the page's content to the standart output changed: TextStream<> class from core can make UTF8<->wide strings conversions removed: from config: utf8 option now winix expects UTF8 from the user's input (html forms, url-es) and outputs strings in the UTF8 format git-svn-id: svn://ttmath.org/publicrep/winix/trunk@965 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -8,21 +8,21 @@ main.o: ../../pikotools/textstream/textstream.h
|
||||
main.o: ../../pikotools/convert/convert.h ../../pikotools/convert/inttostr.h
|
||||
main.o: ../../pikotools/membuffer/membuffer.h
|
||||
main.o: ../../pikotools/textstream/types.h ../../pikotools/utf8/utf8.h
|
||||
main.o: ../../winix/core/logmanipulators.h ../../winix/core/slog.h
|
||||
main.o: ../../winix/core/cur.h ../../winix/core/request.h
|
||||
main.o: ../../winix/core/error.h ../../winix/core/config.h
|
||||
main.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
|
||||
main.o: ../../winix/core/htmlfilter.h ../../winix/templates/htmltextstream.h
|
||||
main.o: ../../winix/core/textstream.h ../../pikotools/space/spacetojson.h
|
||||
main.o: ../../winix/core/session.h ../../winix/core/user.h
|
||||
main.o: ../../winix/core/plugindata.h ../../winix/core/rebus.h
|
||||
main.o: ../../winix/core/ipban.h ../../winix/core/mount.h
|
||||
main.o: ../../winix/templates/locale.h ../../winix/core/slog.h
|
||||
main.o: ../../winix/core/app.h ../../winix/core/system.h
|
||||
main.o: ../../winix/core/job.h ../../winix/core/basethread.h
|
||||
main.o: ../../winix/core/synchro.h ../../winix/core/dirs.h
|
||||
main.o: ../../winix/core/dircontainer.h ../../winix/db/db.h
|
||||
main.o: ../../winix/db/dbbase.h ../../winix/db/dbconn.h
|
||||
main.o: ../../winix/core/winix_const.h ../../winix/core/logmanipulators.h
|
||||
main.o: ../../winix/core/slog.h ../../winix/core/cur.h
|
||||
main.o: ../../winix/core/request.h ../../winix/core/error.h
|
||||
main.o: ../../winix/core/config.h ../../pikotools/space/spaceparser.h
|
||||
main.o: ../../pikotools/space/space.h ../../winix/core/htmlfilter.h
|
||||
main.o: ../../winix/templates/htmltextstream.h ../../winix/core/textstream.h
|
||||
main.o: ../../pikotools/space/spacetojson.h ../../winix/core/session.h
|
||||
main.o: ../../winix/core/user.h ../../winix/core/plugindata.h
|
||||
main.o: ../../winix/core/rebus.h ../../winix/core/ipban.h
|
||||
main.o: ../../winix/core/mount.h ../../winix/templates/locale.h
|
||||
main.o: ../../winix/core/slog.h ../../winix/core/app.h
|
||||
main.o: ../../winix/core/system.h ../../winix/core/job.h
|
||||
main.o: ../../winix/core/basethread.h ../../winix/core/synchro.h
|
||||
main.o: ../../winix/core/dirs.h ../../winix/core/dircontainer.h
|
||||
main.o: ../../winix/db/db.h ../../winix/db/dbbase.h ../../winix/db/dbconn.h
|
||||
main.o: ../../winix/db/dbtextstream.h ../../winix/core/error.h
|
||||
main.o: ../../winix/db/dbitemquery.h ../../winix/core/item.h
|
||||
main.o: ../../winix/db/dbitemcolumns.h ../../winix/core/user.h
|
||||
|
Reference in New Issue
Block a user