[pmwiki-users] Searching issues with utf-8 encoding
Patrick R. Michaud
pmichaud at pobox.com
Wed Mar 15 11:22:08 CST 2006
On Wed, Mar 15, 2006 at 04:41:27PM +0000, TedN wrote:
> When using non English words (Turkish utf-8 in my case), pmwiki searches in
> case sensitive manner. Is it a bug or there is a config option to support UTF-
> 8 case insensitive searching?
This is PITS #00682, at http://www.pmwiki.org/wiki/PITS/00682 .
A fuller description of the problem is there, but basically the issue is
that PHP doesn't provide a convenient and consistent mechanism for doing
case-insensitive string matches with utf-8, so I have to roll my own version
(that hopefully isn't too slow).
Pm
More information about the pmwiki-users
mailing list