Der Code zeigt einen Unterschied:
$strA = "Ö";
$strB = "Ö";
echo "<p>A: ".bin2hex($strA)."</p>"; // A: c396
echo "<p>B: ".bin2hex($strB)."</p>"; // B: 4fcc88
Wie kann ich jetzt weiter vorgehen, damit die Strings wirklich identisch sind?
Gruß ebody