<?php var_dump( bin2hex(mb_convert_encoding( "test ääöö", "ISO-8859-15", "UTF-8" )), mb_convert_encoding( mb_substr( mb_convert_encoding( "test ääöö", "ISO-8859-15", "UTF-8" ), 0, null, "UTF-8" ), "UTF-8", "ISO-8859-15" ) );
You have javascript disabled. You will not be able to edit any code.