diff options
author | Quentin Rameau <quinq@fifth.space> | 2017-05-11 15:23:22 +0200 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2017-05-11 15:23:22 +0200 |
commit | 298e688933395af61f56cb2a8710e7bac8e5453d (patch) | |
tree | afdbddcc49f1fcde7552bedb07fec19e4232fca5 /config.def.h | |
parent | 745a319bafd6ff0702c37d0333142ca18e801a4a (diff) | |
download | surf-298e688933395af61f56cb2a8710e7bac8e5453d.tar.gz surf-298e688933395af61f56cb2a8710e7bac8e5453d.tar.bz2 surf-298e688933395af61f56cb2a8710e7bac8e5453d.zip |
Add config option for setting default charset.
This will be used for pages with no specified charset.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 46f7040..c55b690 100644 --- a/config.def.h +++ b/config.def.h @@ -13,6 +13,7 @@ static Parameter defconfig[ParameterLast] = { SETB(Certificate, 0), SETB(CaretBrowsing, 0), SETV(CookiePolicies, "@Aa"), + SETV(DefaultCharset, "UTF-8"), SETB(DiskCache, 1), SETB(DNSPrefetch, 0), SETI(FontSize, 12), |