[wp-trac] Re: [WordPress Trac] #8335: [WP 2.7-beta3-9858] Edit pages cuts off special characters

WordPress Trac wp-trac at lists.automattic.com
Sat Dec 6 00:29:17 GMT 2008


#8335: [WP 2.7-beta3-9858] Edit pages cuts off special characters
-------------------------------+--------------------------------------------
 Reporter:  anders-dk          |        Owner:  anonymous
     Type:  defect             |       Status:  new      
 Priority:  high               |    Milestone:  2.7      
Component:  General            |      Version:  2.7      
 Severity:  major              |   Resolution:           
 Keywords:  reporter-feedback  |  
-------------------------------+--------------------------------------------
Comment (by fob):

 DB is utf8_general_ci - WP 2.3 and several upgrades.

 CREATE DATABASE `usr_xxx1_2` /*!40100 DEFAULT CHAR...
 (usr_input changed as well as tabel prefix below)

 usr_xxx1_2 CREATE DATABASE `usr_xxx1_2` /* !40100 DEFAULT CHARACTER SET
 utf8 */


 CREATE TABLE `xx12_posts` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `post_author` bigint(20) 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 NOT NULL,
  `post_title` text NOT NULL,
  `post_category` int(4) NOT NULL default '0',
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL default 'publish',
  `comment_status` varchar(20) NOT NULL default 'open',
  `ping_status` varchar(20) NOT NULL default 'open',
  `post_password` varchar(20) NOT NULL default '',
  `post_name` varchar(200) NOT NULL default '',
  `to_ping` text NOT NULL,
  `pinged` text 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` text NOT NULL,
  `post_parent` bigint(20) NOT NULL default '0',
  `guid` varchar(255) NOT NULL default '',
  `menu_order` int(11) NOT NULL default '0',
  `post_type` varchar(20) NOT NULL default 'post',
  `post_mime_type` varchar(100) NOT NULL default '',
  `comment_count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`ID`),
  KEY `post_name` (`post_name`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_date` (`post_date`),
  KEY `post_date_gmt` (`post_date_gmt`),
  KEY `post_parent` (`post_parent`)
 ) ENGINE=MyISAM AUTO_INCREMENT=219 DEFAULT CHARSET=utf8

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8335#comment:34>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list