I have a problem with some serbian letters showing in page title (they look like this %C5%A1). I added header('Content-type: text/html; charset=utf-8') on top of my page in first line and <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> above the title tag. Also my file that generates title is utf-8 encoded. Any idea why it still doesnt show properly?
页面标题utf-8编码不起作用
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
drlnwji79147769 2013-12-15 18:30关注If it looks like "%C5%A1" then you probably got it from unparsed urlencoded string... this is not valid html entity, so it will stay like this no matter what. Try using
urldecodePHP function on it.本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报