// HACKER NEWS — CYBERSECURITY
When str.lower() is a security vulnerability in Python – Seth Larson
Some internet standards only support ASCII characters, but the world uses
much more than the Latin alphabet. Thus, a mapping from Unicode to
ASCII for use in domain names is required.
NamePrep was...