Java Internationalization: BreakIterator | Jenkov.com
The
Read full article from Java Internationalization: BreakIterator | Jenkov.com
The
java.text.BreakIterator
class is used to find character, word and sentence boundaries across different languages. Since different languages use different character, word and sentence boundaries, it is not enough just to search for space, comma, fullstop, semicolon, colon etc. You need a foolproof way to search for these boundaries in different languages. The BreakIterator
class provides that.Read full article from Java Internationalization: BreakIterator | Jenkov.com
No comments:
Post a Comment