public static BreakIterator getCharacterInstance (Locale locale)

Returns a new BreakIterator instance for character breaks for the given locale.

Parameters:
locale    the desired locale

Returns:  A break iterator for character breaks

Exceptions:
NullPointerException    if locale is null