<?php $text = "\xE0\xA4\xA0\xA0"; $text = iconv( 'utf-8', 'utf-8', $text ); var_dump( $text );
You have javascript disabled. You will not be able to edit any code.