Links tagged with “utf8”
-
How to support full Unicode in MySQL databases · Mathias Bynens
Don’t use utf8, use utf8mb4. I wonder sometimes. (via @mattb)
-
Rentzsch.tumblr.com: HOWTO Use UTF-8 Throughout Your Web Stack
A couple of things for future reference. (via Daring Fireball)
-
MySQL : Find out and change charset of a table « Saari Development
Just what it says.
-
Kbinstuff -perl, Unicode/utf8, CGI.pm, apache, mod_perl and MySQL
My Perl scripts were never fetching UTF8 strings from a UTF8 database. Much cursing later, I found this reference to doing $dbh->(“mysql_enable_utf8”) = 1. Seems to work. Finally. Grr.