added: to Request options used by ezc generators:

bool gen_trim_white;
       bool gen_skip_new_line;
       bool gen_use_special_chars;
added: new ezc filter: fil_csv_escape
       for escaping csv fields





git-svn-id: svn://ttmath.org/publicrep/winix/trunk@877 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-08-26 19:53:47 +00:00
parent adf273479a
commit 260c12894d
9 changed files with 102 additions and 1 deletions

View File

@@ -151,6 +151,11 @@ struct Request
// if not null then the request will have a JSON as an output
PT::SpaceToJSON * ajax_serializer;
// options used by ezc generators
bool gen_trim_white;
bool gen_skip_new_line;
bool gen_use_special_chars;
Request();
void SetConfig(Config * pconfig);