unicode pals: is there an easy way to programatically tell if a series of code points represents one "visual" character (e.g {U+0031 U+FE0F U+20E3} =>
, or {U+0062 U+0300 => b̀) or am I gonna have to write a parser?
-
Show this thread
Replying to @brianloveswords
https://mathiasbynens.be/notes/javascript-unicode#other-grapheme-clusters … You want Intl.Segmenter. Even with that though, the rendering depends on the user’s OS and the fonts they have installed. Tricky business :(
4:34 PM - 27 Apr 2018
0 replies
2 retweets
3 likes
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.