a/src/common/cstr.h b/src/common/cstr.h
...
...
56
DEF_CSTR(plus, "+");
56
DEF_CSTR(plus, "+");
57
DEF_CSTR(textplain, "text/plain");
57
DEF_CSTR(textplain, "text/plain");
58
DEF_CSTR(url, "url");
58
DEF_CSTR(url, "url");
59
// Marker for HTML format fields
59
// Marker for HTML format fields
60
DEF_CSTR(fldhtm, "\007");
60
DEF_CSTR(fldhtm, "\007");
61
// Characters that can -begin- a wildcard or regexp expression. 
62
DEF_CSTR(wildSpecStChars, "*?[");
63
DEF_CSTR(regSpecStChars, "(.[{");
61
64
62
// Values used as keys inside Dijon::Filter::metaData[]. This structure is 
65
// Values used as keys inside Dijon::Filter::metaData[]. This structure is 
63
// used to store all data generated by format-translating filters. It is
66
// used to store all data generated by format-translating filters. It is
64
// different from Rcl::Doc for mostly historical reasons. The translation
67
// different from Rcl::Doc for mostly historical reasons. The translation
65
// from Filter to Doc occurs inside internfile.cpp
68
// from Filter to Doc occurs inside internfile.cpp