Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1
-
None
-
None
-
Operating System: All
Platform: All
-
37690
Description
Problem are surrogate pairs:
E.g. RandomStringUtils.random(int) may create strings with a high surrogate not
followed by a low surrogate character.
When processing them, we get errors in string-conversion-functions later on.