--- Webpacus/lib/Webpacus/Model/WebPAC.pm 2005/11/25 00:22:58 141 +++ Webpacus/lib/Webpacus/Model/WebPAC.pm 2005/11/25 00:23:33 142 @@ -60,6 +60,8 @@ my $est_cfg = $c->config->{hyperestraier}; $est_cfg->{'log'} = $log; + $est_cfg->{encoding} = $est_cfg->{catalyst_encoding}; + $log->debug("using config:" . Dumper($est_cfg) ); $self->{est} = new WebPAC::Search::Estraier( %{ $est_cfg } );