▲ | djoldman 4 days ago | |
I don't understand how this helps. Defining a subset of unicode to accept does not obviate the need to check that values conform to type definitions. | ||
▲ | skybrian 4 days ago | parent [-] | |
Yes, that's true. It's for generic, low-level parsing code that doesn't know what a username is. There will also need to be field-specific validation. |