rootvector2 commented on PR #438:
URL: https://github.com/apache/commons-cli/pull/438#issuecomment-5252501556
fair enough on the dup. to answer the question here too: you never type the
raw character, the converter parses the literal six ascii chars `\uD800` as an
escape via the `startsWith("\\u")` branch, so a plain-ascii `--opt \uD800`
argument is enough to get an unpaired surrogate char back.
--
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]