Browsing Tag
unicode
3 posts
There’s no superscript “q” in Unicode — and other things I learned building a superscript generator
Quick quiz: how do you write “x² + y³” in plain text, no HTML, no LaTeX? Easy, right?…
Understanding Unicode: How Computers Handle Text from A to 🙂
Computers exchange text constantly. Emails, messages, websites, and apps all rely on a system that lets computers understand…
Unicode string length can mean different things in different languages
I was working on a text processing example across several different programming languages, including C++, Java, Rust, and…