s8sankalp commented on PR #712: URL: https://github.com/apache/commons-collections/pull/712#issuecomment-4972505289
hi @garydgregory Thanks for pointing that out. I added regression tests for additional control characters (`\u0001`, `\u0002`, `\u001F`, and `\u007F`) as well. The new encoding no longer uses `\u0000` as a sentinel, so all UTF-16 control characters are treated as regular character values. The new tests pass, and the full Maven test suite completes successfully without regressions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
