okee, I followed all instructions I could find here
and i could display all kinds of multilingual characters on my pages...
The problem is in phpmyadmin the japanese characters are replaced by question marks, as in a bunch of ???? ???
pieced together. I think there's a problem with my database's collation but I just wanted to verify that here.
We've had this database set before on a default collation which is latin_swedish_ci
and it already has a lot of data. Now we had to add some tables that require support for special characters, so I definitely just couldn't set the database's collation to utf8
. My solution was to use utf8
only on the tables which required such support and the specific columns where we expected special characters to be contained.
But still phpmyadmin displayed them as ????
.
Another question that I have is will these fields be searchable?
I mean if the field contains some japanese characters and I typed sayuri
as keyword, will the japanese character equivalent to their syllables pronounced in english?