41 $reg =
"/([\\xc0-\\xff][\\x80-\\xbf]*)/";
segmentByWord( $string)
Eventually, this should be a word segmentation; but for now just treat each character as a word.
hasWordBreaks()
Most writing systems use whitespace to break up words.
Base class for language-specific code.
static insertSpace( $string, $pattern)