<?php $bi = IntlBreakIterator::createCodePointInstance(); $bi->setText("\xED\xA0\xBDa"); foreach ($bi as $cp) { var_dump($bi->getErrorMessage(), bin2hex($cp)); }
You have javascript disabled. You will not be able to edit any code.