Github user MarkDacek commented on the issue:
https://github.com/apache/commons-lang/pull/251
Chiming in here. I'd recommend using code units so that it's compatible
with the other operations like substring. Of course, this would still break if
you called substring(index+1) since you'd be taking the second byte of a
supplementary character, but I'd still argue that this is the path to take.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---