1.3 (checked in on 2006/11/11 at 00:38:16 by canen)
Remove accents from words before searching. Will require a re-indexing.
The remove_accents and seems_utf8 functions were taken from Wordpress. They can be found here: http://trac.wordpress.org/browser/trunk/wp-includes/formatting.php
| Name | Description |
|---|---|
| accents_search_preprocess | |
| _accents_remove_accents | From Wordpress: http://trac.wordpress.org/browser/trunk/wp-includes/formatting.php#L151 |
| _accents_seems_utf8 | From Wordpress: http://trac.wordpress.org/browser/trunk/wp-includes/formatting.php#L86 |