Ask Robert’); DROP TABLE Students; 's mum how it went.
Anyone remember when Chrome had that issue with validating nested URL-encoded characters? Anyone for John%%80%80 Doe?
Frontend devs hates this guy.
It’s time to log off and get a vasectomy
It’s impossible to represent that on paper. It could be misrepresented as a specific number of spaces. Depending on the position on the paper, it may also be hard to tell if the carriage return comes with the line feed. Unless you want the document to be in ASCII or EBCDIC, it’s like writing an ambiguous math problem where the answer is different depending on how you were taught about the order of operations. Don’t do this to your kid, Abcde.
I’m not american and I’m glad I’m not but intended if someone could enter a bunch of zero width spaces
C programmers would ask whether a null-terminated name would be acceptable
Little Bobby Tables
Once I was tasked with doing QA testing for an app which was planned to initially go live in the states of Georgia and Tenessee. One of the required fields was the user’s legal name. I therefore looked up the laws on baby names in those two states.
Georgia has simple rules where a child’s forename must be a sequence of the 26 regular Latin letters.
Tenessee seemed to only require that a child’s name was writable under stone writing system, which would imply any unicode code point is permissible.
At the time, I logged a bug that a hypothetical user born in Tenessee with a name consisting of a single emoji couldn’t enter their legal name. I reckon it would also be legal to call a Tenessee baby 'John '.
im sure the devs tasked at fixing that bug loved u ;-)
Sounds like you did a thorough job as a QA tester. As a software engineer, I love to see it.
why settle for \n when you can go for the stylish carriage return
so
John\r Doe
? depending on the software, when it gets printed, the carriage return will moves the cursor to the start of the line without moving a line down, becoming\x20Doe
.¿Porqué no los dos? A nice \r\n, Windows style.
Gotta band it Windows tho, it just feels right, I want to enjoy my fake typewriter
No, cause “John\nDoe” messes up my regex. Sorry, out of the question.
no one is “good” with regex.
Then who’s coming up with all the bits that I copy/paste off the internet? The regex dragon?
There was only one, we’re all still copying from him or her.
From what I’ve seen, it’s Cthulhu.
Be funny as fuck if Canada started extradition procedures when he landed
Na, names are about pronunciation (how you call someone). Written letters are an approximation of that. You can’t pronounce a newline, so there’s that.
Just crouch down to simulate moving to a lower line.
John <crouch> Doe
How do you pronounce the hyphen in double barrelled names?
The hyphen can provide indicators on how to parse the letters on either side. “Pen-Island” would be pronounced differently from “Penisland.”
Just pronounce \n as a glottal stop.
But differently spelled names are legally distinct.
i think they mean that pronounciation matters for determing validity, not for the actual record or distinguishing between names
But that doesn’t really address the original question, does it? You don’t have to pronounce all the letters in a name, so the fact that you can’t pronounce a newline isn’t sufficient to demonstrate that it can’t be part of a name.
But something has to be written on the birth certificate and social security card, and that’s what everything else will expect you to use. I think just due to technical limitations (e.g. of the printer/template for those things) it wouldn’t be allowed, but I dunno about legally
John
(long pause)
Doe
Can I kill someone who wants to do this? How do I legally get away with it?
Plead permanent sanity. If I was the judge I would let you go.
Plead permanent sanity.
temporary sanity is the best I can manage these days.
Thanks bro
I gotchu
Good luck with that.
Most computer nayetems will trim the crap out of that name, the white spaces like space, tab, \r and \n will be gone by the time it’s in the database