I find myself agreeing with the rejection. As much as I dislike the ridiculous amount of emojis in Unicode, and their increasingly widespread use, they do fit plain text communication, whereas an "external link" symbol does not. My heuristic is something I'll call SMS sniff test : would it make sense to type that symbol into a text message? If it wouldn't, then it doesn't belong in Unicode. "External link" symbol tel…
> My heuristic is something I'll call SMS sniff test: would it make sense to type that symbol into a text message? If it wouldn't, then it doesn't belong in Unicode. I accept that heuristic, and find myself agreeing with it for the purposes of the external link character. Let me try to convince you: This is a real conversation: A> Are you familiar with Homebrew? You can get it from brew.sh. B> Ok. Where is brew.sh? I…
Why isn't the external link symbol in Unicode? (2018)
141–150 of 210 posts
Re: Why isn't the external link symbol in Unicode? (2018)
#142Anyway I think we can avoid target="_blank" most of the time, you can have a https://developer.mozilla.org/en-US/docs/Web/API/WindowEvent... event listener if something needs to be saved before the page location changes
Re: Why isn't the external link symbol in Unicode? (2018)
#143Earlier quoted context omitted.
Yeah because Wingdings was a preexisting character set and Unicode was designed to be a superset of all existing character sets in use.
Thus the inherent contradiction: Unicode is for text, it must include all existing character sets which it aims to unify, and previous character sets weren’t only used for text. The obvious hack is to make a custom character set called “Rejected by Unicode”.
Re: Why isn't the external link symbol in Unicode? (2018)
#144I find myself agreeing with the rejection. As much as I dislike the ridiculous amount of emojis in Unicode, and their increasingly widespread use, they do fit plain text communication, whereas an "external link" symbol does not. My heuristic is something I'll call SMS sniff test : would it make sense to type that symbol into a text message? If it wouldn't, then it doesn't belong in Unicode. "External link" symbol tel…
> My heuristic is something I'll call SMS sniff test: would it make sense to type that symbol into a text message? If it wouldn't, then it doesn't belong in Unicode. I accept that heuristic, and find myself agreeing with it for the purposes of the external link character. Let me try to convince you: This is a real conversation: A> Are you familiar with Homebrew? You can get it from brew.sh. B> Ok. Where is brew.sh? I…
Which also lack a decent Unicode symbol despite being a word used in plain text. ️
Re: Why isn't the external link symbol in Unicode? (2018)
#145Re: Why isn't the external link symbol in Unicode? (2018)
#146Earlier quoted context omitted.
That sounds like an issue that could be solved by updating the renderer's gtld list with the various new ones that have been coming out instead of adding invisible meta characters. Phones already do it for .com, .gov, etc, but our cutesy .sh, .dev, .rocks, .xyz, etc will take a bit to catch up.
> That sounds like an issue that could be solved by updating the renderer's gtld list with the various new ones that have been coming out instead of adding invisible meta characters. Negative. My renderer is a piece of paper.
Re: Why isn't the external link symbol in Unicode? (2018)
#147This would make copying links harder as you would need to avoid copying the link symbol, unless the link symbol was part of the URL.
Re: Why isn't the external link symbol in Unicode? (2018)
#148I find myself agreeing with the rejection. As much as I dislike the ridiculous amount of emojis in Unicode, and their increasingly widespread use, they do fit plain text communication, whereas an "external link" symbol does not. My heuristic is something I'll call SMS sniff test : would it make sense to type that symbol into a text message? If it wouldn't, then it doesn't belong in Unicode. "External link" symbol tel…
The use of symbols in text messages is one reason to include them in Unicode, but not the only one. Another is accessibility, particularly for blind people. The more commonly used symbols are in Unicode, the less we have to remind website authors to include alt text, or that the symbols in their custom icon font pose an accessibility problem. Also, co-opting an existing symbol, such as the degrees symbol (which I've…
Re: Why isn't the external link symbol in Unicode? (2018)
#149Earlier quoted context omitted.
> That sounds like an issue that could be solved by updating the renderer's gtld list with the various new ones that have been coming out instead of adding invisible meta characters. Negative. My renderer is a piece of paper.
... Why would an invisible meta-character for links be necessary if the output is paper? You can already specify a link by prepending ' http://' , etc.
The request is for a code point to represent the visible external link character, not for an invisible control-code to decorate some structured data (which cannot "appear" on paper).
Re: Why isn't the external link symbol in Unicode? (2018)
#150Earlier quoted context omitted.
The use of symbols in text messages is one reason to include them in Unicode, but not the only one. Another is accessibility, particularly for blind people. The more commonly used symbols are in Unicode, the less we have to remind website authors to include alt text, or that the symbols in their custom icon font pose an accessibility problem. Also, co-opting an existing symbol, such as the degrees symbol (which I've…
Wouldn't a screen-reader recognize a link even without the symbol? I can see the problem of the screen-reader telling the user that there's some garbage image at the end of the link, but the image really is garbage in that case, since I imagine the screen-reader would make it obvious that there's a link there.