I have a problem with searching words that contain those letters e. g. č,ľ,š,č,ť,ž,ý,á,í,é....
Search of such words only works when CLEAN URL is not allowed.

When CLEAN URL is enabled this message is displayed:

warning: htmlspecialchars(): Invalid multibyte sequence in argument in ....\drupal\includes\bootstrap.inc on line 857.
user warning: in ...\modules\dblog\dblog.module on line 147.
warning: htmlspecialchars(): Invalid multibyte sequence in argument in ....\drupal\includes\bootstrap.inc on line 857.

I use php 5.3.3 . I try also php 5.2.17 but error is same. Database is set for slovak language: UTF8_slovak_ci.

Where could be problem?

Comments

ayesh’s picture

-Try to use i18n module.
-optimize your db first(using PMA)

vrato’s picture

thank you for your answer

- Do you mean i18nRedirect module or... ? This module is for drupal 6.20?
- I am already optimized my datbase in PMA.