<?php var_dump(INTL_ICU_VERSION); $a = IntlBreakIterator::createLineInstance('ja-u-lw-phrase'); $a->setText('BudouX: 読みやすい改行のための軽量な分かち書き器'); var_dump(iterator_to_array($a->getPartsIterator()));
You have javascript disabled. You will not be able to edit any code.