Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: whiterabbit on August 21, 2004, 01:02:25 AM

Title: A little glitch in search result for international characters
Post by: whiterabbit on August 21, 2004, 01:02:25 AM
While searching for words in international characters, the result display is incorrect.
All the & is converted to & so the characters are displayed as &#number; instead of
the correct chars.

You can try searching for some words copied from inter. board eg. Chinese
(copy from inside the thread not just the topic  ;D )

Cheers,
Title: Re: A little glitch in search result for international characters
Post by: [Unknown] on August 21, 2004, 01:37:52 AM
 ! Internationalized characters not in the current character set were not being highlighted properly by search. (Search.php)

-[Unknown]