Whizzo now with Iñtërnâtiônàlizætiøn.. my girlfriend will be happy! And it seems that some of the articles I quoted in my earlier post Portable php-mysql connection charset fix may have held some truth. The solution, eventually had something to do with the following two lines of PHP code.
$conn->query( "SET NAMES 'utf8'" );
$conn->set_charset("utf8");
Which need to be set on every database connection I use… The collation on my databases are utf8_unicode_ci, though the server default for our hosting provider is latin1.










2 Trackbacks
[…] they are right to left, instead of left to right, like many other languages. So to implement iñtërnâtiônàlizætiøn, it is a little easier to ignore the middle-east. But it doesn’t look like it is too hard to […]
Whizzoo Iñtërnâtiônàlizætiøn…
Whizzoo Iñtërnâtiônàlizætiøn - adding special and foriegn charactersets to online applications…