What is the point of wrapping UText? #6
Labels
discuss before start
The issues isn't quite ready to be fixed, there are open questions to be discussed
help wanted
Extra attention is needed
wontfix
This will not be worked on
My question here is, where and how do you use the
Text
that you make? In ICU, a UText is primarily useful for interfacing with APIs like the BreakIterator and regex engine. It doesn't do a whole lot on its own, except maybe providing some more UTF-8 to UTF-16 conversions, but you already have that functionality inrust_icu_ustring
.The text was updated successfully, but these errors were encountered: