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