From 4574cd676a02fccf64fd98c0b8e089a7f23de98f Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Thu, 26 Jan 2006 10:18:42 -0500 Subject: More unicode stuff --- beweb/common.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'beweb/common.cfg') diff --git a/beweb/common.cfg b/beweb/common.cfg index 50febb5..de0d84f 100644 --- a/beweb/common.cfg +++ b/beweb/common.cfg @@ -5,3 +5,5 @@ staticFilter.dir = "static" [/favicon.ico] staticFilter.on = True staticFilter.file = "static/images/favicon.ico" +[/] +decodingFilter.on = True -- cgit