Closed JAJames closed 6 years ago
Usernames may now contain spaces. This works by replacing input space characters (\u0032) with non-breaking space characters (\u00A0), which causes the string to be handled as a single word.
\u0032
\u00A0
Usernames may now contain spaces. This works by replacing input space characters (
\u0032
) with non-breaking space characters (\u00A0
), which causes the string to be handled as a single word.