Enforce ASCII for first name / last name?
Opened this issue · 0 comments
Realizing that everyone just uses ASCII for their email addresses, which have ascii-ified versions of their names. May as well enforce this too? Names aren't displayed publicly anyways -- they're only used for purposes in which we have to change to ASCII.
Dos this really damper inclusivity? Hopefully not -- again, name isn't really used anywhere anyways. Perhaps we can include an explainer or smth
Note that a backfill would be really tough...wondering if we should just make this a frontend-only change (thus slightly fake)
Before you submit this issue...
If you are not a Battlecode dev, please keep the triage
label.
If you are a Battlecode dev, the following would be great, but optional.
- If you know the priority, assign a label for it. (the red labels)
- If you know the module(s), assign a label (or labels) for it. (the green labels)
- If you know the type(s), assign a label (or labels) for it. (the yellow labels)
- If you know this is a simple issue or fix, assign
good first issue
. (the blue label) - If you did not fill any of the above, please keep the
triage
label.
Description
Please include a description of the issue below, including steps to reproduce.