TotemArts / Rx_Launcher

Renegade X Launcher
12 stars 9 forks source link

Usernames may now contain spaces #28

Closed JAJames closed 6 years ago

JAJames commented 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.