--- trunk2/lib/WebPAC/jsFind.pm 2004/07/21 16:18:45 390 +++ trunk2/lib/WebPAC/jsFind.pm 2004/07/21 23:39:10 395 @@ -4,7 +4,7 @@ use strict; use Carp; -use jsFind; +use jsFind 0.02; use Log::Log4perl qw(get_logger :levels); =head1 NAME @@ -154,7 +154,7 @@ $log->debug("saving index '$index_name' xml files to '$path'"); - $self->tree($index_name)->to_jsfind($path); + $self->tree($index_name)->to_jsfind($path,'ISO-8859-2','UTF-8'); } }