1

Topic: search.php $noise_match

May i know what is the last character of line 154 in search.php?

$noise_match = array('^', '$', '&', '(', ')', '<', '>', '`', '\'', '"', '|', ',', '@', '_', '?', '%', '~', '[', ']', '{', '}', ':', '\\', '/', '=', '#', '\'', ';', '!', '¤');

I search the forum, one of the posts show as

¤

, yet the other show as

*

.
I could get a few different characters by opening the document in different encoding. I guess it should be asterisk?

2

Re: search.php $noise_match

No answer yet?

Re: search.php $noise_match

U+00A4     ¤     Currency sign
http://en.wikipedia.org/wiki/List_of_Unicode_characters

4

Re: search.php $noise_match

Thank you Smarty! This time my search.php showing '§' instead.