You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Peter Swoboda <pr...@gmx.de> on 2006/03/07 14:20:07 UTC

ö ü ä! German language

Hi.
I want to search on German websites.
how can i manage, that words including "ä" "ü" "ö" are found?
i tried to change in "search.jsp"
<form name="search" action="../search.jsp" method="get">
to
<form accept-charset="iso-8859-1" action="../search.jsp" method="get"
name="search">
but nothing happend.
ie. while trying to search "Römer" query is "R%C3%B6mer" and search field is
"Römer"
what to do?

greetings
 peter

-- 
"Feel free" mit GMX FreeMail!
Monat für Monat 10 FreeSMS inklusive! http://www.gmx.net

Re: ö ü ä! German language

Posted by Frank Kempf <fl...@2112portals.com>.
Make sure your index.jsp and search.jsp output ISO-8859-1 content when doing a 
German search. See http://oe247.de and do a search for ÖNetz.


   Regards

   Frank

Re: ö ü ä! German language

Posted by dee <da...@wyona.com>.
maybe its a configuration problem with your tomcat or whatever you use.
had the same problem
after configuring my $TOMCAT/conf/server.xml. 
Locate the <Connector> tag for the web (look for "8080") and insert this
parameter assignment: URIEncoding="UTF-8" as explained
in Tomcat 5 FAQ at [WWW] http://tomcat.apache.org/faq/connectors.html#utf8
restart tomcat and it should work
david 


Peter Swoboda wrote:
> 
>> --- Ursprüngliche Nachricht ---
>> Von: Matthias Jaekle <ja...@eventax.de>
>> An: nutch-user@lucene.apache.org
>> Betreff: Re: ö ü ä! German language
>> Datum: Tue, 07 Mar 2006 14:31:43 +0100
>> 
>> Hi,
>> I believe you do not have to change anythink:
>> http://www.ankertexte.de:8080/umkreisfinder/search.jsp?query=M%C3%BCnchen
>> Matthias
>>
> Looks good.
> But doesn't work in my case.
> The "ü" in "München" is also shown as an "ü" in the Search Field.
> When i start searching "ü" is shown as "ü"
> 
> 
> 
> -- 
> Echte DSL-Flatrate dauerhaft für 0,- Euro*!
> "Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl
> 
> 

-- 
View this message in context: http://www.nabble.com/--%21-German-language-tf1239629.html#a5926312
Sent from the Nutch - User forum at Nabble.com.


Re: ö ü ä! German language

Posted by Peter Swoboda <pr...@gmx.de>.
> --- Ursprüngliche Nachricht ---
> Von: Matthias Jaekle <ja...@eventax.de>
> An: nutch-user@lucene.apache.org
> Betreff: Re: ö ü ä! German language
> Datum: Tue, 07 Mar 2006 14:31:43 +0100
> 
> Hi,
> I believe you do not have to change anythink:
> http://www.ankertexte.de:8080/umkreisfinder/search.jsp?query=M%C3%BCnchen
> Matthias
>
Looks good.
But doesn't work in my case.
The "ü" in "München" is also shown as an "ü" in the Search Field.
When i start searching "ü" is shown as "ü"



-- 
Echte DSL-Flatrate dauerhaft für 0,- Euro*!
"Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl

Re: ö ü ä! German language

Posted by Matthias Jaekle <ja...@eventax.de>.
Hi,
I believe you do not have to change anythink:
http://www.ankertexte.de:8080/umkreisfinder/search.jsp?query=M%C3%BCnchen
Matthias