In Italy we have something that I call the WhyUPLUSC388 curse, AKA the Alt+0200 curse, AKA “how do I write PERCHÉ“.
That LATIN CAPITAL LETTER E WITH GRAVE and LATIN CAPITAL LETTER E WITH ACUTE, together with few other accented characters and the euro symbol are the only characters of the latin-1 encoding used all around the place.
Why? Yes, literally “WHY”. That’s because “WHY” in italian is written “PERCHÉ?”
But there’s a problem.
Dov’è la lettera grande con l’accento al contrario? (Where is the big letter with the reversed accent?)
Everybody writing something using a Windows/macOS keyboard
Let’s type it on macOS
Is it easy to write É on a macOS keyboard? Of course not. You must hold shift+option (AKA alt) and press V. Or shift+e+wait-one-second+2.

What about Windows?
Well, you must type Alt+1 -> 4 -> 4 or Alt+0 -> 2 -> 0 -> 1. One after another.
Why it’s a curse?
People don’t want to waste time searching for something that can potentially break that system written in Latin-1 that then encodes in UTF-8, maybe later in ASCII, and who knows what. So they write something similar:
- PERCHE’
- PERCHè
- PERCHé
What do we learn about this? When there is a solution to a problem widely accepted by everybody, but not the real solution, then often there is no effort to find a real solution upstream.
Until next time.