Add config option for setting default charset.

This will be used for pages with no specified charset.
This commit is contained in:
Quentin Rameau
2017-05-11 15:23:22 +02:00
parent 745a319baf
commit 298e688933
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -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),