Hello,
I downloaded the latest 0.6.5.1 version, but still had the same
problem. But THEN, I spent some hours searching the net and trying out
suggestions from various blogs. Finally, I had edited MySQL's /etc/
my.cnf file in a way that made everything work (with the latest
RedBean 0.6.5.1). So perhaps this was not a RedBean problem, or
perhaps there were multiple problems.
Anyway, my simple test app is now writing correct Japanese text as
UTF-8 to the database. For reference, I post the entire contents of my
my.cnf file below:
-----
[mysqld]
default-character-set=utf8
default-collation=utf8_general_ci
character-set-server=utf8
collation-server=utf8_general_ci
init-connect='SET NAMES utf8'
[client]
default-character-set=utf8
-----
Hope this helps somebody!
Thanks again.
> On Thu, Sep 10, 2009 at 2:47 PM, gabor de mooij <
gabordemo...@gmail.com>wrote:
>
>
>
> > Can you see if the table collation is utf8?
> > Else, I have to adjust the query writer... good find..! can you report this
> > bug at github if possible?
>