added support for UTF-8
now the UTF-8 is a default charset git-svn-id: svn://ttmath.org/publicrep/winix/trunk@677 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# DO NOT DELETE
|
||||
|
||||
main.o: ../core/log.h ../core/app.h ../core/config.h ../core/confparser.h
|
||||
main.o: ../core/htmlfilter.h ../core/system.h ../core/dirs.h ../core/item.h
|
||||
main.o: ../core/log.h ../core/textstream.h ../core/misc.h ../core/item.h
|
||||
main.o: ../core/app.h ../core/config.h ../core/confparser.h
|
||||
main.o: ../core/htmlfilter.h ../core/system.h ../core/dirs.h
|
||||
main.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
|
||||
main.o: ../db/dbtextstream.h ../core/textstream.h ../core/error.h
|
||||
main.o: ../core/log.h ../db/dbitemquery.h ../core/item.h
|
||||
@@ -14,8 +15,11 @@ main.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/groups.h
|
||||
main.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h
|
||||
main.o: ../core/sessioncontainer.h ../core/notify.h
|
||||
main.o: ../templatesnotify/templatesnotify.h ../../ezc/src/ezc.h
|
||||
main.o: ../core/mount.h ../core/locale.h ../core/config.h ../templates/misc.h
|
||||
main.o: ../templates/localefilter.h ../core/locale.h ../functions/functions.h
|
||||
main.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h
|
||||
main.o: ../../ezc/src/pattern.h ../../ezc/src/stringconv.h
|
||||
main.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h ../core/mount.h
|
||||
main.o: ../core/config.h ../templates/misc.h ../templates/localefilter.h
|
||||
main.o: ../templates/locale.h ../core/confparser.h ../functions/functions.h
|
||||
main.o: ../functions/functionbase.h ../core/request.h ../core/system.h
|
||||
main.o: ../core/notify.h ../functions/functionparser.h ../functions/adduser.h
|
||||
main.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h
|
||||
@@ -29,7 +33,7 @@ main.o: ../functions/run.h ../functions/stat.h ../functions/subject.h
|
||||
main.o: ../functions/funthread.h ../functions/template.h
|
||||
main.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h
|
||||
main.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h
|
||||
main.o: ../core/htmlfilter.h ../templates/templates.h ../templates/misc.h
|
||||
main.o: ../core/htmlfilter.h ../templates/templates.h
|
||||
main.o: ../templates/patterncacher.h ../core/item.h
|
||||
main.o: ../templates/ckeditorgetparser.h ../core/httpsimpleparser.h
|
||||
main.o: ../core/log.h ../templates/indexpatterns.h ../core/sessionmanager.h
|
||||
|
@@ -63,7 +63,8 @@ int main(int argv, char ** argc)
|
||||
}
|
||||
|
||||
app.system.system_start = time(0);
|
||||
app.config.config_file = argc[1];
|
||||
app.config.config_file = argc[1];
|
||||
//app.config.config_file = "/home/tomek/roboczy/slimaczek.pl/slimaczek.conf.loc";
|
||||
|
||||
if( !app.config.ReadConfig(true, false) ) /* errors to stdout, stdout in not closed */
|
||||
return 2;
|
||||
|
Reference in New Issue
Block a user