0
我正在使用codeigniter,但每次都會丟失字符集。
這可能是什麼原因造成的?Code Igniter丟失字符集
例如:
在我的地址欄
www.abc.com/def
www.abc.com/def/
我的數據庫是UTF-8
我的配置文件 - $config['charset'] = 'ISO-8859-1';
我正在使用codeigniter,但每次都會丟失字符集。
這可能是什麼原因造成的?Code Igniter丟失字符集
例如:
在我的地址欄
www.abc.com/def
www.abc.com/def/
我的數據庫是UTF-8
我的配置文件 - $config['charset'] = 'ISO-8859-1';
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
</body>
</html>
看看元字符集部分
什麼意思是「丟失字符集」,這可能是HTML問題。 – Kyslik 2014-11-25 17:12:24