You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the library for deserializing strings with not only Latin letters.
The problem is, that php encode non-Latin letters by bytes count, but not by letters count.
I fixed in my setup as following: this.inputLength = input.getBytes().length;