8196fb77d14f72ea408d12b44d4a4054499fa485
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
Description
Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Languages
C++
92.5%
HTML
6.6%
Makefile
0.6%
Shell
0.2%
C
0.1%