Gossamer Forum
Home : Products : Gossamer Links : Discussions :

strange characters in search results

Quote Reply
strange characters in search results
Hi Andy,
I have lots of strange characters printed on my site by a global!
Like
Code:
k�rperpflege
präpositionen
entwürfen


This is the code I'm using.
Code:
<%Plugins::ULTRAGlobals::Last_Searched_Words('10')%>
<%if search_logger_last_searched.length%>
<ul>
<%loop search_logger_last_searched%>
<li><a href="<%config.db_cgi_url%>/search.cgi?query=<%GT::CGI::escape($slog_query)%>"><small><%GT::CGI::html_escape($slog_query)%></small></a></li>
<%endloop%>
</ul>
<%else%>
No search terms yet
<%endif%>



Is it a german umlauts problem?
Do you know how to stop this from showing on my page?

Edit: When I'm using a searchword with umlauts like "ä ö ü" everything works fine.
Could it be a browser problem?
Here you can find my search page:
http://www.gpaed.de/...nterricht/search.cgi


Thanks

Matthias
gpaed.de

Last edited by:

Matthias70: Jul 10, 2011, 2:41 AM
Subject Author Views Date
Thread strange characters in search results Matthias70 5420 Jul 10, 2011, 2:15 AM
Thread Re: [Matthias70] strange characters in search results
Andy 5334 Jul 12, 2011, 4:13 AM
Post Re: [Andy] strange characters in search results
Andy 5291 Jul 13, 2011, 1:08 AM
Thread Re: [Matthias70] strange characters in search results
brewt 5297 Jul 13, 2011, 10:26 AM
Post Re: [brewt] strange characters in search results
Matthias70 5277 Jul 13, 2011, 10:33 AM
Post Re: [brewt] strange characters in search results
Andy 5278 Jul 13, 2011, 10:35 AM