Web browsers should have an option to show non-ascii chars in urls in red.
This would be a great solution. Allowing unicode characters in domain names is just inviting trouble. I understand that people with non-Latin scripts want domain names in their own language and alphabet, but there are way too many unicode characters that will confuse people about legitimate-looking domain names. Showing non-ascii in red would be an easy solution for everybody.
Watch out: ɢoogle.com isn’t the same as Google.com
101–110 of 136 posts
Re: Watch out: ɢoogle.com isn’t the same as Google.com
#102This is strange to me. This is clearly meant, in unicode, to be 'G' that we all know and love. It has uselessly expanded "the alphabet" (to be western-centric) in a confusable way. Unicode maybe should have been three dimensional, with "concept of G" in the 2D space, and "ways of representing G" behind G, along the third axis. All ways of representing G, whether little capital, capital, lower case, would or at least…
It actually does do something along those lines, with the "canonical" and "compatible" equivalence rules: https://en.wikipedia.org/wiki/Unicode_equivalence As mentioned by others on this thread, the real issue is not with Unicode per se, but rather with the ways that web browsers handle it (or fail to handle it, as the case may be).
Re: Watch out: ɢoogle.com isn’t the same as Google.com
#103Earlier quoted context omitted.
Slack is not doing anything. It's Google chrome filling up your clipboard with the "extended" version of the url.
But when I paste it in the Slack message box it shows the ɢoogle.com version.
Re: Watch out: ɢoogle.com isn’t the same as Google.com
#104Earlier quoted context omitted.
Nope. The browser is behaving sensibly, since you can't register that domain. It's applying the same rules that the registrars do. ICANN require that registries follow RFC3491 and related RFCs for name prep before allowing a name to be registered https://www.icann.org/resources/unthemed-pages/idn-guideline... . What that one does is (among other things) NFKC normalization and case-folding: irb(main):016:0> "\ufeff\uf…
Interesting. So, out of interest, why is the same not being applied for ɢ? (When I ran it through Python's unidecode I got the roman symbol all the same).
Re: Watch out: ɢoogle.com isn’t the same as Google.com
#105Earlier quoted context omitted.
This would be a great solution. Allowing unicode characters in domain names is just inviting trouble. I understand that people with non-Latin scripts want domain names in their own language and alphabet, but there are way too many unicode characters that will confuse people about legitimate-looking domain names. Showing non-ascii in red would be an easy solution for everybody.
Don't even show the suspect URL, show "THIS MIGHT BE A SCAM", with some kind of hover over showing the URL, and some way to click to more information.
Non-latin alphabet domain names do have legitimate uses, although they are very rarely used.
Re: Watch out: ɢoogle.com isn’t the same as Google.com
#106Re: Watch out: ɢoogle.com isn’t the same as Google.com
#107Earlier quoted context omitted.
Chinese character domains would be shown in red letters. I think it's a good choice of color. :)
What about websites without Chinese characters? I know in Asia, having red colored names is kind of offensive (evokes of the Reaper's 'hit list'). Would be annoying if [name].me or whatever is red!
Re: Watch out: ɢoogle.com isn’t the same as Google.com
#108This is strange to me. This is clearly meant, in unicode, to be 'G' that we all know and love. It has uselessly expanded "the alphabet" (to be western-centric) in a confusable way. Unicode maybe should have been three dimensional, with "concept of G" in the 2D space, and "ways of representing G" behind G, along the third axis. All ways of representing G, whether little capital, capital, lower case, would or at least…
It actually does do something along those lines, with the "canonical" and "compatible" equivalence rules: https://en.wikipedia.org/wiki/Unicode_equivalence As mentioned by others on this thread, the real issue is not with Unicode per se, but rather with the ways that web browsers handle it (or fail to handle it, as the case may be).
Re: Watch out: ɢoogle.com isn’t the same as Google.com
#109Web browsers should have an option to show non-ascii chars in urls in red.
This would be a great solution. Allowing unicode characters in domain names is just inviting trouble. I understand that people with non-Latin scripts want domain names in their own language and alphabet, but there are way too many unicode characters that will confuse people about legitimate-looking domain names. Showing non-ascii in red would be an easy solution for everybody.
Re: Watch out: ɢoogle.com isn’t the same as Google.com
#110Earlier quoted context omitted.
Don't even show the suspect URL, show "THIS MIGHT BE A SCAM", with some kind of hover over showing the URL, and some way to click to more information.
Why? Non-latin alphabet domain names do have legitimate uses, although they are very rarely used.
We as (technical) humans can recognize (hence this discussion) that the use of this uncommon G is meant to mislead you into thinking you're going to Google, when in fact you're going to Hell. I'd like to be warned of that possibility.
In this case, the extremely oversimplified algorithm might be "does the domain, as filtered down to canonical characters, represent one of the top five destination domains, yet go somewhere else if not canonicalized?"