1125
you are viewing a single comment's thread
view the rest of the comments
[-] trustnoone@lemmy.sdf.org 170 points 2 years ago

I have an apostrophe and it's super annoying as some companies see it as a SQL injection hack and sanitize it.

So I've received ID with Mc%20dole or they add a space in it. Or I'll get a work email with an apostrophe but I cant use it anywhere because sites have it disabled. And I've missed my flight because I changed my ticket once to add the apostrophe and the system just broke at the gate.

Worse yet many flight companies have "you will not be able to board if your ID doesn't exactly reflect your details" but their form doesn't allow it. Even most forms for card payments don't allow it even though it's the name on my card.

[-] AdNecrias@lemmy.pt 71 points 2 years ago

%20 is encoded space if I remember right, so even then they were already incorrect

[-] AlecSadler@sh.itjust.works 34 points 2 years ago

It sounds like maybe they sanitized the apostrophe to a space and then encoded it

[-] lord_ryvan@ttrpg.network 5 points 2 years ago

Yep, the apostrophe would be %27

So Mc%27dole

[-] MirthfulAlembic@lemmy.world 50 points 2 years ago
[-] JohnEdwa@sopuli.xyz 31 points 2 years ago* (last edited 2 years ago)

There's also the version with examples if you want to know exactly what and why it breaks.

And the git that collects all of these in one place, if you want to really nerd out.

[-] SpatchyIsOnline@lemmy.world 12 points 2 years ago* (last edited 2 years ago)

This is going to be bobby tables isn't it?

Edit: It wasn't?!

[-] thanks_shakey_snake@lemmy.ca 4 points 2 years ago

Lol I went through the exact same process.

[-] Treczoks@lemmy.world 2 points 2 years ago

Been there, seen that, had to deal with it. Now add the problem that there are people who don't know their birth date or not even the f-ing year they were born in. And I'm not talking about someone from a lost tribe at the Amazonas.

[-] agilob@programming.dev 42 points 2 years ago* (last edited 2 years ago)

I have an apostrophe and it’s super annoying as some companies see it as a SQL injection hack and sanitize it.

My surname contains a character that's only present in the Polish alphabet. Writing my full name as is broke lots of systems, encoding, printed paperwork and even British naturalisation application on Home Office website. My surname was part of my username back at uni, and everytime I tried to login on Windows, it would crash underlying LDAP server, logging everyone in the classroom out and forcing ICT to restart the server.

[-] grue@lemmy.world 7 points 2 years ago

everytime I tried to login on Windows, it would crash underlying LDAP server, logging everyone in the classroom out and forcing ICT to restart the server.

Now that's the way to do it! Make it everybody's problem, not just yours.

[-] someguy3@lemmy.world 21 points 2 years ago* (last edited 2 years ago)

you will not be able to board if your ID doesn't exactly reflect your details"

Do they care about an apostrophe though? I can see any punctuation being a problem for systems.

[-] pmk@lemmy.sdf.org 56 points 2 years ago

I had to convince people to let me on board a plane because my name contain a swedish letter (å). Their computer system translated it into "aa", which then didn't match my passport.

[-] someguy3@lemmy.world 11 points 2 years ago* (last edited 2 years ago)

That one I can actually see, having an extra letter that doesn't match. Dropped punctuation or symbols (whatever the flair is called) though personally I wouldn't care.

[-] wieson@feddit.org 21 points 2 years ago

That's the wrong way of looking at an å.

It's not just an a with decoration. It actually has different pronunciation and is typically replaced with aa if no å is available. (I'm neither Swedish nor Norwegian, so not 100% sure, but it's what happened to Erling Haaland).

Similarly, you would replace a German ä with ae. So if my name was Bäcker, it would be wrong to spell it Backer on a ticket. Baecker would be the way.

[-] someguy3@lemmy.world 5 points 2 years ago* (last edited 2 years ago)

Yes I'm aware it's not an a with decoration jfc. I'm saying for computer entries that garble things, I wouldn't care about matching it up so perfectly (with dropped whatever those things are called) as to not allow someone to board a plane.

[-] Hawke@lemmy.world 2 points 1 year ago

“Diacritics” is the word you are looking for.

And unfortunately the kind of people who decide whether people get to board a plane do care about that stuff.

[-] ryedaft@sh.itjust.works 3 points 2 years ago

Your name is transliterated in your passport? That's on the Swedish authorities then.

[-] pmk@lemmy.sdf.org 13 points 2 years ago

No, my passport has my real name of course, with "å". In the airport system and on the boarding pass my name was spelled with "aa".

[-] ryedaft@sh.itjust.works 2 points 2 years ago

I'm amazed that none of your family members have run into the same problem. If I were you I would compare passports with my family.

[-] TheOctonaut@mander.xyz 8 points 2 years ago

... why are you putting an apostrophe in McDole? The O-apostrophe in Irish names is an anglicisation of Ó, eg. Ó Briain becomes O'Brien. Mac Dól would become MacDole/McDole.

[-] JackbyDev@programming.dev 9 points 2 years ago

Mc'Dole is what they said, not McDo'le.

[-] Treczoks@lemmy.world 5 points 2 years ago

Same shit with American custom forms. On the one hand, they threaten you with Armageddon if you fill out the form incorrectly, on the other hand, they only allow plain letters, numbers, and a handful of special characters. Nobody there has the capacity of the mind that maybe a name cannot be correctly represented with that tiny subset of characters. So it is simply impossible to fill out that form without breaking the law. And it is a customs form, so they should know that people filling it out are most likely foreigners.

[-] Valmond@lemmy.world 4 points 2 years ago

Spent lots of effort to get names for my kids that avoid this. Swedish/French. It's harder than it sounds.

this post was submitted on 16 Nov 2024
1125 points (100.0% liked)

Programmer Humor

31372 readers
348 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS