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
After looking at #133, I noticed that our allowed regex for parsing round IDs, team names, and model names is [A-Za-z0-9_], which would exclude any names from languages other than English.
After looking at #133, I noticed that our allowed regex for parsing round IDs, team names, and model names is
[A-Za-z0-9_]
, which would exclude any names from languages other than English.I'm wondering if we can modify The WC3's regex for valid UTF-8 to address this?
The text was updated successfully, but these errors were encountered: