FloydDsilva opened a new pull request, #1622: URL: https://github.com/apache/commons-lang/pull/1622
This PR clarifies the behavior of StringUtils.isBlank(CharSequence) with respect to Unicode whitespace. **Changes** The Javadoc for StringUtils.isBlank(CharSequence) to explicitly clarify that whitespace detection is based on Character.isWhitespace(char) and includes Unicode whitespace characters such as EM SPACE (U+2003) and NO‑BREAK SPACE (U+00A0). No code or test changes are included; this update is documentation‑only and improves clarity around existing behavior. <img width="881" height="291" alt="image" src="https://github.com/user-attachments/assets/c6524dae-549b-4e11-885e-3e2ca59cca98" /> -- 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]
