Hi,
I'm stumbling across a known deficiency in the swish.cgi script, where
special characters in link_href are not correctly escaped. The code reads:
# Replace spaces ***argh this is the wrong place to do this! ***
# This doesn't really work -- file names could still have chars that need
\ to be escaped.
$link_href =~ s/\s/%20/g;
The comment in the code makes it clear that the author is aware of the
problem, but apparently he hasn't found a solution yet.
The paths to the documents I am indexing regularly contain German umlaut
characters, which makes the hrefs generated by swish.cgi useless. Does
anybody have a working solution or workaround for this problem?
Unfortunately, my knowledge of perl is practically nonexistent, so I can't
come up with a solution myself.
Regards, Richard
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Wed May 13 14:46:04 2009