<?php $naam = "Ariƫn"; echo "MultiByte: ".mb_strtoupper($naam).PHP_EOL; echo "Zonder MultiByte, as usual: ".strtoupper($naam);
You have javascript disabled. You will not be able to edit any code.