Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.5
-
None
-
None
-
None
Description
As of 3.4 StringUtils#normalizeSpace does not normalize non-breaking whitespace anymore. Therefore it shouldn't replace a non-breaking whitespace white breaking whitespace, but both assertions succeed:
assertEquals("a b", StringUtils.normalizeSpace("a\u00A0b")); assertEquals("a b", StringUtils.normalizeSpace("a\u00A0 b"));
Attachments
Issue Links
- is broken by
-
LANG-910 Patch to extend StringUtils
- Open