Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Encoding Problem with Facebook Send Button

Part of the title of the page is Satılık Audi A3, when clicking send button it seems that there is encoding problem (see picture below). I'm using html 5 and I have the following charset;

<!DOCTYPE html>    
<meta charset="utf-8" />

Screenshot 1

like image 316
Cem Avatar asked Nov 05 '22 17:11

Cem


1 Answers

Try using

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

instead

like image 181
genesis Avatar answered Nov 09 '22 08:11

genesis