Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Joining collector #20

Open
4 tasks
amaembo opened this issue Nov 8, 2015 · 0 comments
Open
4 tasks

Enhance Joining collector #20

amaembo opened this issue Nov 8, 2015 · 0 comments

Comments

@amaembo
Copy link
Owner

amaembo commented Nov 8, 2015

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant