php - How to remove � sign from whole site in wordpress -


i have uploaded wordpress site on live , 1 "�" sign being appearing in between content , fine in local. how remove please suggest me ? not able fix problem.

example - frédèric becomes fr�d�ric.

ensure web page uses utf-8 encoding:

<meta http-equiv="content-type" content="text/html; charset=utf-8" />

if use php, can send own headers in way (you have put before other output):

<?php header('content-type: text/html; charset=utf-8'); ?> 

Comments

Popular posts from this blog

apache - setting document root in antoher partition on ubuntu -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -

Process 'command 'F:\android-sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1 -