
Can't show Azerbaijan characters ?? Help me please, How to fix this ?

Can't show Azerbaijan characters ?? Help me please, How to fix this ?
you need to set your charterer to utf-8
<!DOCTYPE html>
<html>
<head>
<title>Hello!</title>
<meta charset="utf-8">
</head>
<body>
<?php
echo("Hello, World!");
?>
</body>
</html>
second : save your file as utf-8 without BOM