我最近弄清楚在帖子或插件中支持特殊字符的问题。
当我尝试添加显示?
的拉丁词作为输出时,我发现此问题。我用google搜索了
/** Database Charset to use in creating database tables. */
//define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
//define('DB_COLLATE', '');
所以我只是对此进行了评论并检查了它的工作情况。 ŠĐĆČŽ
当我再次撤消评论时,它会返回?
标记。
这是支持wordpress帖子或页面或插件中的特殊字符的最佳方式。
感谢。