Serbian text on the web site

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
delhiris
Forum Commoner
Posts: 33
Joined: Sun Sep 06, 2009 3:57 pm

Serbian text on the web site

Post by delhiris »

I use dreamweaver for creating PHP web sites.
I like web site to have serbian text.
I don't like to have hieroglyphs.
How can I achive this?

Please describe step by step or tell me some tutorial
agapetos
Forum Newbie
Posts: 4
Joined: Thu Sep 24, 2009 4:04 pm

Re: Serbian text on the web site

Post by agapetos »

You should edit your index.php (or whichever main file), go to the top of the code, and when you see:

Code: Select all

<head>
....
</head>
you just insert the following code in between those lines:

Code: Select all

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
This thing should work - and I know it for sure, because my site is also Serbian, and all characters are normally seen ("Š??Ž?").
pozdrav
Post Reply