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
Serbian text on the web site
Moderator: General Moderators
Re: Serbian text on the web site
You should edit your index.php (or whichever main file), go to the top of the code, and when you see:
you just insert the following code in between those lines:
This thing should work - and I know it for sure, because my site is also Serbian, and all characters are normally seen ("Š??Ž?").
pozdrav
Code: Select all
<head>
....
</head>Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />pozdrav