我的CKEditor和输入字段不支持Unicode


My CKEditor and input field do not support Unicode

我正在使用CKEditor,我想使用Unicode并插入数据库。

我复制的语言和粘贴在CKEditor或输入文本,并尝试插入数据库phpmyadmin。但是我不能得到想要的输出。

如何使我的php网站Unicode支持。我使用HTML4,我需要改变我的标题。

这是我的HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="ISO-8859-1">

我正在使用phpmyadmin,并且我更改排序规则并将其设置为utf8_general_ci