Page 1 of 1

Serbian text on the web site

Posted: Sun Sep 06, 2009 6:17 pm
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

Re: Serbian text on the web site

Posted: Thu Sep 24, 2009 4:15 pm
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