Files
2010.karate-ec.de/test.php
Mario Peters 5d9589fb37 init
2025-06-15 13:38:08 +02:00

12 lines
176 B
PHP

<?php
$text = "Ich bin ä ö ü ß Ä Ö Ü";
echo $text;
$text = utf8_encode($text);
echo $text;
?>