If you would like to only allow modern English alphabet, numbers and space in usernames, you can use the "Username match regular expression" field in the admin control panel:
Admin control panel -> Setup -> Options -> User registration
Enter the following:
Admin control panel -> Setup -> Options -> User registration
Enter the following:
/^[a-z0-9 ]+$/i