All Unicode chars sorted alphabetically [slow page render]
gist.github.com
All Unicode chars sorted alphabetically [slow page render]
1–7 of 7 posts
Re: All Unicode chars sorted alphabetically [slow page render]
#2Developers take note: Unicode Collation Algorithm (UCA)…
As discussed on https://forum.glyphsapp.com/t/unicode-collation-to-alphabeti...
Re: All Unicode chars sorted alphabetically [slow page render]
#3You will see a very larger list, unicode 10
Re: All Unicode chars sorted alphabetically [slow page render]
#4Check out this snippet i use to made: https://codepen.io/Nico_KraZhtest/pen/mWzXqy You will see a very larger list, unicode 10
Warning: This one takes about 10 seconds to render on my i3-3220. Chrome/other tabs are still usable, this one just turns white for a bit.
...And it does not scroll quickly. Haha
I'm also mildly impressed at how many rectangles I'm getting - I have the Noto font set installed...
Re: All Unicode chars sorted alphabetically [slow page render]
#5alphabetical sort != numerical sort Developers take note: Unicode Collation Algorithm (UCA)… As discussed on https://forum.glyphsapp.com/t/unicode-collation-to-alphabeti...
Re: All Unicode chars sorted alphabetically [slow page render]
#6Check out this snippet i use to made: https://codepen.io/Nico_KraZhtest/pen/mWzXqy You will see a very larger list, unicode 10
But the page you're linking is different, it's just iterating over all codepoints in order by their codepoint number.
Re: All Unicode chars sorted alphabetically [slow page render]
#7Check out this snippet i use to made: https://codepen.io/Nico_KraZhtest/pen/mWzXqy You will see a very larger list, unicode 10
Thanks. My first thought when I saw this was "....and that's it?(!)" Warning: This one takes about 10 seconds to render on my i3-3220. Chrome/other tabs are still usable, this one just turns white for a bit. ...And it does not scroll quickly. Haha I'm also mildly impressed at how many rectangles I'm getting - I have the Noto font set installed...