How does BreakIterator work in Android?
问题 I\'m making my own text processor in Android (a custom vertical script TextView for Mongolian). I thought I would have to find all the line breaking locations myself so that I could implement line wrapping, but then I discovered BreakIterator. This seems to find all the possible breaks between characters, words, lines, and sentences in various languages. I\'m trying to learn how to use it. The documentation was more helpful than average, but it was still difficult to understand from just