krzyhub
krzyhub

Reputation: 6540

How to display native characters properly?

I am getting unwanted symbols instead of characters of my native language. Instead of (for example) "ą, ł, ć" I am getting �, �, �. My 'head' area is like so:

<!DOCTYPE HTML>
<html>
<head>
    <meta charset="UTF-8">
</head>

My webbrowser is Google Chrome version 31.0.1650.63 m.

Can someone help me to overcome this issue, please?

Upvotes: 1

Views: 159

Answers (1)

Roko C. Buljan
Roko C. Buljan

Reputation: 206565

Your charset header is fine,
in your editor try to convert and save your file as UTF-8.

For example in

EncodingConvert to UTF-8

Upvotes: 2

Related Questions