It depends on which version your database is if I remember correctly. The
recommend way would be use &charset=utf8 in your dsn parameter, but that
doesn't always work.
I'm using:
<ae:parameter name="init_queries">
set names utf8;
</ae:parameter>
Works great.
On Wed, Jan 11, 2012 at 11:43 AM, Xavier O <[email protected]> wrote:
> Hello,
>
> I created a MySQL database set with the encoding UTF-8. The problem is
> that when I fetch data from the database, they are in another charset and
> the special charaters are transformed to a "?". How to specify the charset
> in the database connexion ?
>
> There is not many information in the official documentation concerning
> localization. Where can I find more information ?
>
> Best regards,
>
> Xavier
>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.agavi.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users