[JIRA] (MDA-213) WhitespaceTrimmingVisitor should trim all Unicode whitespace
Ian Young (Jira)
jira at shibboleth.atlassian.net
Thu Apr 20 15:05:23 UTC 2023
Ian Young ( https://shibboleth.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ae127cb03-43ed-473d-b6ba-592949cb4be8 ) *commented* on MDA-213 ( https://shibboleth.atlassian.net/browse/MDA-213?atlOrigin=eyJpIjoiODIxOTY1NzNkMTJlNGFlNjhhYzhhNjFiM2YwMmRkM2UiLCJwIjoiaiJ9 )
Re: WhitespaceTrimmingVisitor should trim all Unicode whitespace ( https://shibboleth.atlassian.net/browse/MDA-213?atlOrigin=eyJpIjoiODIxOTY1NzNkMTJlNGFlNjhhYzhhNjFiM2YwMmRkM2UiLCJwIjoiaiJ9 )
As the baseline is now Java 17, String#strip is now available. It is an improvement: among other things it does include U+2028 in the characters it will strip. However, U+0085 is NOT included, although I don’t really understand why not (it’s possibly related to the fact that its “general category” is “control”).
( https://shibboleth.atlassian.net/browse/MDA-213#add-comment?atlOrigin=eyJpIjoiODIxOTY1NzNkMTJlNGFlNjhhYzhhNjFiM2YwMmRkM2UiLCJwIjoiaiJ9 ) Add Comment ( https://shibboleth.atlassian.net/browse/MDA-213#add-comment?atlOrigin=eyJpIjoiODIxOTY1NzNkMTJlNGFlNjhhYzhhNjFiM2YwMmRkM2UiLCJwIjoiaiJ9 )
Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100222- sha1:57eb20e )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/commits/attachments/20230420/a36f0f7e/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-comment-icon-ba320af3-fc33-4766-852e-1926ef11b7fe
Type: image/png
Size: 1084 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20230420/a36f0f7e/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-avatar-5e4d90eb-877d-4f41-a072-cbccda135a85
Type: image/png
Size: 448 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20230420/a36f0f7e/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-footer-desktop-logo-208cc570-63ac-4e85-871d-e0323365e4ce
Type: image/png
Size: 10805 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20230420/a36f0f7e/attachment-0005.png>
More information about the commits
mailing list