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
It seems that detecting lengths on strings will use the strlen() function. This causes issues when detecting multibyte strings, as strlen() count bytes, not characters.
will thrown an error on validation, indicating that the length is too long (although bytewise correct, it's doubtful that this would be the expected behaviour)