<?php $setting_result = mb_substitute_character(0x1F636); $decodedText = 'a'.chr(0x81).'b'; print(mb_convert_encoding($decodedText, 'UTF-8', 'ASCII'));
You have javascript disabled. You will not be able to edit any code.