-rw-r--r-- | cgit.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -49,4 +49,9 @@ +/* + * Default encoding + */ +#define PAGE_ENCODING "UTF-8" + typedef void (*configfn)(const char *name, const char *value); typedef void (*filepair_fn)(struct diff_filepair *pair); @@ -91,4 +96,5 @@ struct commitinfo { char *subject; char *msg; + char *msg_encoding; }; |