Hacker News new | ask | show | jobs
by xkcd1963 277 days ago
What I find inconvenient about emoji characters is the differential length counting in programming languages
1 comments

That's a problem with programming languages having inconsistent definitions of length. They could be like Swift where the programmer has control over what counts as length one. Or they could decide that the problem shouldn't be solved by the language but by libraries like ICU.