Tak chodzi o te kżaczki tylko że nie moge znaleźć edytora który to dobrze zamieni...
$text = str_replace("ą", 'Ä…', $text); //ą
$text = str_replace("ć", 'ć', $text); //ć
$text = str_replace("ę", 'Ä™', $text); //ę
$text = str_replace("ł", 'Ĺ‚', $text); //ł
$text = str_replace("ń", 'Ĺ„', $text); //ń
$text = str_replace("ó", 'Ĺ›', $text); //ó
$text = str_replace("ś", 'Ĺ›', $text); //ś
$text = str_replace("ź", 'Ĺş', $text); //ź
$text = str_replace("ż", 'ĹĽ', $text); //ż
Małe litery są ok ale z dużymi mam problem...
I te litery nie są mi potrzebne do strony tylko do czegoś zupełnie innego.