Hi,

You could try adding an additional parameter on your Tomcat's
server.xml, useBodyEncodingForURI="true".
This seemed to fix a similar problem in the XMLUI (and IIRC did not break
JSPUI in the process). It goes to the section where you set the port that
Tomcat listens to.

Here's an example:
<Connector port="8082" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" URIEncoding="UTF-8" useBodyEncodingForURI="true" />

Hope it helps,

T



2009/1/19, Jochen Lienhard <[email protected]>:
>
> Hi,
>
> hm, I have a strange problem (equal if I use 1.5.0 or 1.5.1).
>
> I type the word "Bühl" in the left upper search field (using the jsp).
> The URL encoding is: /simple-search?query=B%C3%BChl&submit=Los
> and than the result-search field shows: Bühl
>
> And the word can not be found, even it is in the index as "Bühl"
>
> I thought at every place utf-8 encoding is used, but it seems not.
>
> Can anybody give me a hint, what to change?
>
> Greetings
>
> Jochen
>
>
> --
> Dr. rer. nat. Jochen Lienhard
> UB Universität Freiburg
> Dezernat EDV
> Tel: (0761) 203-3908
> Email: [email protected]
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>



-- 
-- 
Timo Aalto
Librarian
University of Helsinki Kumpula Science Library
Gustav Hällströminkatu 2 (Po.Box 64)
00014 University of Helsinki
Finland
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to