Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix catString to always use UTF-8 and CR_VALID
* Java strings are always unicode, so we should encode as UTF-8 for concatenation. * The resulting encoded string should always be valid.
- Loading branch information