小编Rem*_*emy的帖子

波兰语字符 utf8 显示不正确

目前我的网站支持英语、葡萄牙语、瑞典语和波兰语。但由于某种原因,一些波兰语字符显示不正确,就像Zal?z konto它应该是这样的Zalóz konto

我有这个

// Send the Content-type header in case the web server is setup to send something else
header('Content-type: text/html; charset=utf-8');
Run Code Online (Sandbox Code Playgroud)

和里面 <head>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />
Run Code Online (Sandbox Code Playgroud)

html php utf-8

4
推荐指数
2
解决办法
3万
查看次数

标签 统计

html ×1

php ×1

utf-8 ×1