Hacker News new | ask | show | jobs
Show HN: Looking for feedback on a Git-native message board (zenmemes.com)
2 points by forgotmypw17 86 days ago
1 comments

ASCII-only turned me away instantly: a message board limited to a very small number of languages and typewriter typography is not for me.

If you want to limit Unicode-attacks from lookalike characters — what's the attack vector? — I'd also worry about l, 1 and I or 0/O misrepresentation, so I'd drop those too.

(I also modeled this on HN, which only supported Latin-1 in the past, and still suppresses many Unicode features today.)