Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: add note about when ToASCII equals ASCII lowercase
Many implementations currently skip ToASCII if domain is ASCII-only, but as discovered in #267 and #309 (comment), this can result in some undesirable behavior. Adding a note prevents implementers from making the mistake of thinking ToASCII is a no-op if the input is ASCII, and also provides a recommendation on how to properly optimize the ToASCII step.
- Loading branch information