diff --git a/src/main/mysql/webapp/WEB-INF/cmd/resources/app.dicon b/src/main/mysql/webapp/WEB-INF/cmd/resources/app.dicon index 86bbb3787..a2b9bbe35 100644 --- a/src/main/mysql/webapp/WEB-INF/cmd/resources/app.dicon +++ b/src/main/mysql/webapp/WEB-INF/cmd/resources/app.dicon @@ -10,6 +10,8 @@ + + diff --git a/src/main/mysql/webapp/WEB-INF/web.xml b/src/main/mysql/webapp/WEB-INF/web.xml index 7f290afc0..2ef6fee95 100644 --- a/src/main/mysql/webapp/WEB-INF/web.xml +++ b/src/main/mysql/webapp/WEB-INF/web.xml @@ -27,11 +27,15 @@ encodingfilter - org.seasar.extension.filter.EncodingFilter + jp.sf.fess.filter.FessEncodingFilter encoding UTF-8 + + encodingRules + sjis:Shift_JIS,eucjp:EUC-JP + diff --git a/src/main/oracle/webapp/WEB-INF/cmd/resources/app.dicon b/src/main/oracle/webapp/WEB-INF/cmd/resources/app.dicon index 86bbb3787..a2b9bbe35 100644 --- a/src/main/oracle/webapp/WEB-INF/cmd/resources/app.dicon +++ b/src/main/oracle/webapp/WEB-INF/cmd/resources/app.dicon @@ -10,6 +10,8 @@ + + diff --git a/src/main/oracle/webapp/WEB-INF/web.xml b/src/main/oracle/webapp/WEB-INF/web.xml index 7f290afc0..2ef6fee95 100644 --- a/src/main/oracle/webapp/WEB-INF/web.xml +++ b/src/main/oracle/webapp/WEB-INF/web.xml @@ -27,11 +27,15 @@ encodingfilter - org.seasar.extension.filter.EncodingFilter + jp.sf.fess.filter.FessEncodingFilter encoding UTF-8 + + encodingRules + sjis:Shift_JIS,eucjp:EUC-JP +