You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following enhancements could be implemented for Joining collector in future versions:
Limit length by custom user function (which probably computes the rendered string width in the UI): restrictions on function definition should be clearly specified
Possibility to cut using custom BreakIterator instance or BreakIterator factory
Possibility to cut using custom user function which can adapt java.text.BreakIterator or possibly ICU4J BreakIterator
Possibility to specify the non-default Locale for BreakIterator in cutSymbols/cutWords/maxSymbols modes (need to investigate when Locale differences matter).
The text was updated successfully, but these errors were encountered:
The following enhancements could be implemented for Joining collector in future versions:
BreakIterator
instance orBreakIterator
factoryjava.text.BreakIterator
or possibly ICU4JBreakIterator
Locale
forBreakIterator
incutSymbols
/cutWords
/maxSymbols
modes (need to investigate whenLocale
differences matter).The text was updated successfully, but these errors were encountered: