Re: [text] Invalid unicode sequences on .substring of RandomStringGenerator

2017-09-11 Thread Amey Jadiye
ich can return the actual String of given length ? I found when I pass .50 it returns me ~70 length of string, as commons-dev its good but as application-dev its weird. Regards, Amey > ____________ > > > From: Amey Jadiye > To: Commons Developers List > Sent: Monday, 11 September 2017 12:15

Re: [text] Invalid unicode sequences on .substring of RandomStringGenerator

2017-09-11 Thread Bruno P. Kinoshita
12:15 AM Subject: [text] Invalid unicode sequences on .substring of RandomStringGenerator Hi Folks, While working on RandomStringGenerator I found when I'm doing .substring on generated random string its failing intermittently with sequence of surrogate pair. same bug was raised in commons

[text] Invalid unicode sequences on .substring of RandomStringGenerator

2017-09-10 Thread Amey Jadiye
Hi Folks, While working on RandomStringGenerator I found when I'm doing .substring on generated random string its failing intermittently with sequence of surrogate pair. same bug was raised in commons-lang https://issues.apache.org/jira/browse/LANG-100 Is this possible bug with RandomStringGenera