LuxCal Emoji Support

I’ve been playing with my new LuxCal calendar and tried to import an ics file that had emoji in it. Oops, the db is utf8, so I needed to convert it to utf8mb4 to support emoji. I ran this in the SQL box in phpMyAdmin on the db: SET collation_connection = ‘utf8mb4_unicode_ci’;ALTER DATABASE radioshack_luxcal CHARACTER… Read more LuxCal Emoji Support