Switch to unified view

a/src/common/cstr.h b/src/common/cstr.h
...
...
54
DEF_CSTR(newline, "\n");
54
DEF_CSTR(newline, "\n");
55
DEF_CSTR(null, "");
55
DEF_CSTR(null, "");
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
59
// Marker for HTML format fields
60
DEF_CSTR(fldhtm, "\007");
60
61
61
// Values used as keys inside Dijon::Filter::metaData[]. This structure is 
62
// Values used as keys inside Dijon::Filter::metaData[]. This structure is 
62
// used to store all data generated by format-translating filters. It is
63
// used to store all data generated by format-translating filters. It is
63
// different from Rcl::Doc for mostly historical reasons. The translation
64
// different from Rcl::Doc for mostly historical reasons. The translation
64
// from Filter to Doc occurs inside internfile.cpp
65
// from Filter to Doc occurs inside internfile.cpp