From 298e688933395af61f56cb2a8710e7bac8e5453d Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Thu, 11 May 2017 15:23:22 +0200 Subject: Add config option for setting default charset. This will be used for pages with no specified charset. --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') 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), -- cgit v1.2.3