| ▲ | rkagerer 3 hours ago | ||||||||||||||||
Whoever thought it was acceptable to have a string of text that renders something unreadable or not immediately obvious to the human eye, was a complete moron. I realize ASCII was limited, but one thing I like about it is I can understand every single character code, and program to handle all the edge cases with certainty. | |||||||||||||||||
| ▲ | kevin_thibedeau 3 hours ago | parent | next [-] | ||||||||||||||||
The tags were needed for language indication to control CJK glyph variants. Flag emoji were grafted onto this scheme. The key is that tag sequences have to start with a valid introductory codepoint. Simple enough to strip out anything that isn't a flag. | |||||||||||||||||
| |||||||||||||||||
| ▲ | embedding-shape 2 hours ago | parent | prev | next [-] | ||||||||||||||||
> I realize ASCII was limited, but one thing I like about it is I can understand every single character code It's great for teaching and other things, but everyday life is filled with many characters, is the suggestion we'd have one ASCII per language where there is more distinct characters, or what would we do? I don't see what else we could have done, that would have worked for the world, but I'm curious to hear ideas. | |||||||||||||||||
| ▲ | thephyber 2 hours ago | parent | prev | next [-] | ||||||||||||||||
The top comment (the Staff Highlighted one) explains why this range of code point exists. There was a rationale (ISO country codes to modify a flag to display that national flag). Maybe the problem wasn't the proposal, but the lack of the ability for others to reject it for being insecure. | |||||||||||||||||
| ▲ | SoftTalker 3 hours ago | parent | prev [-] | ||||||||||||||||
Even classic ASCII has "unreadable" control codes, but to be fair they would not be confused with text even by an LLM. Well probably not. | |||||||||||||||||