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