X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/72ede12551af320b6d8eade853dbd2cd6f2222cc..3845e177e4e0b231efb6fda0ac3cd3a2d8f34d4b:/cgit.h diff --git a/cgit.h b/cgit.h index 163f355..6c7a941 100644 --- a/cgit.h +++ b/cgit.h @@ -48,6 +48,11 @@ #define TM_MONTH (TM_YEAR / 12.0) +/* + * Default encoding + */ +#define PAGE_ENCODING "UTF-8" + typedef void (*configfn)(const char *name, const char *value); typedef void (*filepair_fn)(struct diff_filepair *pair); typedef void (*linediff_fn)(char *line, int len); @@ -90,6 +95,7 @@ struct commitinfo { unsigned long committer_date; char *subject; char *msg; + char *msg_encoding; }; struct taginfo {