How Unicode Actually Works
https://www.youtube.com/watch?v=Z_LQa_NeA8w One emoji can have three different lengths at the same...
Tag archive
https://www.youtube.com/watch?v=Z_LQa_NeA8w One emoji can have three different lengths at the same...
Go (Golang) provides robust support for character and encoding operations, especially for...
Já imaginou como computadores transformam letras, números e emojis em zeros e uns que eles possam...
Hey Y’all! This is a translation of my blog post originally written in Portuguese. Have you ever...

I've been exploring Go's UTF-8 support lately, and was curious about how well it handles non-Latin...

When working with different encodings, it may be necessary to convert text from one format to...
All about text encoding, unicode, utf8 etc
Got this funny little hiccup while setting up a remote Ubuntu server from a Windows machine. As soon...

It's complicated I said in the previous post that dealing with UTF-8 strings in C is easy,...

Validation An ironclad rule we should always follow is that: any UTF-8 string must be...

Sometimes my coworker likes to mention things just to get my mind stuck on them. Take the text from...

I'm a JavaScript guy, so this is a bit of a weird article. I recently went through a month's worth of...