[wp-trac] [WordPress Trac] #31771: Emoji rendering in Windows XP

WordPress Trac noreply at wordpress.org
Thu Mar 26 07:56:34 UTC 2015


#31771: Emoji rendering in Windows XP
--------------------------+------------------------------
 Reporter:  afercia       |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Formatting    |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:  emoji         |     Focuses:
--------------------------+------------------------------

Comment (by afercia):

 Previous screenshots are from @rianrievteld test server, I don't have
 access there. Can replicate the issue on my local environment:

 define('DB_CHARSET', 'utf8');

 {{{

 array(1) {
   [0]=>
   object(stdClass)#354 (2) {
     ["Table"]=>
     string(8) "wp_posts"
     ["Create Table"]=>
     string(1846) "CREATE TABLE `wp_posts` (
   `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
   `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
   `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
   `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
   `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
   `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
   `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
   `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT
 'publish',
   `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT
 'open',
   `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT
 'open',
   `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT
 '',
   `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
   `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
   `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
   `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
   `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
   `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
   `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
   `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
   `menu_order` int(11) NOT NULL DEFAULT '0',
   `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT
 'post',
   `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL
 DEFAULT '',
   `comment_count` bigint(20) NOT NULL DEFAULT '0',
   PRIMARY KEY (`ID`),
   KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
   KEY `post_parent` (`post_parent`),
   KEY `post_author` (`post_author`),
   KEY `post_name` (`post_name`(191))
 ) ENGINE=InnoDB AUTO_INCREMENT=3976 DEFAULT CHARSET=utf8mb4
 COLLATE=utf8mb4_unicode_ci"
   }
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/31771#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list