Cem
Cem

Reputation: 889

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

Upvotes: 5

Views: 1215

Answers (1)

genesis
genesis

Reputation: 50974

Try using

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

instead

Upvotes: 2

Related Questions