TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Unicode in Haxe 4 We finally stopped doing pointless stuff and focused on emojis

2 pointsby markknolover 6 years ago

1 comment

al2o3crover 6 years ago
I don't see how UCS-2 helps with iteration; in particular, it means that characters like emojis get represented as surrogate pairs so you're right back to having to iterate over the whole string to find a real character boundary.