finally I found the solution to my problem. It was not the  issue with
DB either CakePHP. Problem was in PHP - low function. Never use it if
you use encoding different than iso-8859-1. Instead of low use
mb_strtolower("string", 'UTF-8").

Thanks for help.

On 15 Wrz, 14:16, brian <[email protected]> wrote:
> Also, use a terminal to verify that the data is as it should be. If
> all you have to work with is PHPMyAdmin, check that its pages are
> using UTF-8.
>
> It's easy, with MySQL, to import UTF-8 data that gets destroyed. If
> using an import file, put the following at the top:
>
> SET NAMES 'utf8';
>
> And, of course, make sure that database.php has 'encoding' => 'utf8'
> and that your layout has the proper character set meta tag.
>
> On Tue, Sep 15, 2009 at 2:06 AM, Sergei <[email protected]> wrote:
>
> > What DB do you use? It is not CakePHP, it 's DBMS problem.
>
> > If MySql, set encoding to UTF8 and DB collation to utf8_unicode_ci,
> > not utf8_general_ci.
>
> > On Sep 15, 5:11 am,Roman<[email protected]> wrote:
> >> Hi,
> >> I have created filter using paginate with extra options taken from
> >> input fields. Service and database use UTF-8 (checked). When I try to
> >> filter word with polish characters (e.g. ósma) cakephp does not return
> >> proper value.
> >> Do you have any idea ?
> >> Regards,
> >>Roman
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to