dla przykładu: w notepad++ napisałem 'Jesteśmy grupą', a w przeglądarce otrzymuję 'JesteŚmy grupĄ'. Jak to naprawić/zmienić?, lub gdzie zrobiłem błąd?
szukałem na tym oraz innych forach jak temu zaradzić, ale nie znalazłem nawet nikogo z podobnym problemem, może źle szukałem.
wklejam kawałek kodu z index.php
Kod
<?
include './inc/config.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="reply-to" content="<?echo $mail;?>">
<meta name="description" content="<?echo $description;?>">
<title>
<? echo $sitetitle;?>
</title>
<link rel="stylesheet" href=<? echo ("\"$tdir$shname\"");?> type="text/css">
</head>
include './inc/config.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="reply-to" content="<?echo $mail;?>">
<meta name="description" content="<?echo $description;?>">
<title>
<? echo $sitetitle;?>
</title>
<link rel="stylesheet" href=<? echo ("\"$tdir$shname\"");?> type="text/css">
</head>