Articles by Tag #unicode

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Dealing with Unicode strings, done right and better.

Have you ever heard of Grapheme Cluster? `unicode-segmenter` is a lightweight solution for it. Let me explain how can I build it.

Learn More 22 2Jun 16 '24

Unicode, Emojis, and a bit of Golang

Lately, I have had an issue with my Fedora Linux installation displaying emojis in the OS UI and...

Learn More 6 0Oct 4 '24

Implementing UTF-8 Encoding in Zig

tl;dr Created a library to read/write UTF-8 encoded Unicode values in Zig for my simple text editor....

Learn More 5 0Sep 24 '24

New Emojis

The Unicode emoji standard edition 16 was released September 2024....

Learn More 3 0Sep 25 '24

Refactoring fix_encoding

I've been writing about Unicode on Twitter over the last week, and specifically handling Unicode in...

Learn More 2 0Jun 25 '24

Special Characters in Software Development: A Quick Guide

Every software developer will inevitably come across special characters at some point in their...

Learn More 1 1Apr 7

Considerations for Unicode and Searching

In previous posts here and on Twitter (now X) I've written about using Unicode and UTF-8 in general...

Learn More 1 0Jul 4 '24

Go's UTF-8 Support: An Interesting Limitation

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

Learn More 1 1Nov 7 '24

Why Social Media Platforms Restrict Custom Fonts and Rich Text Formatting

Introduction While working on a proof of concept (POC) for a project, I needed to ensure...

Learn More 0 0Jan 30

Por que você deve repensar o uso de Regex em validações de strings em Go

Neste post, vamos analisar a performance de regex em Go e apresentar uma alternativa mais eficiente para validação de strings alfanuméricas usando a biblioteca Unicode. Veremos também por que, quando usar regex, você deve compilá-lo fora do método para otimizar a performance.

Learn More 0 0Feb 23

Unicode-Search - my first Electron app!

I am a Unix greybeard who mostly works in perl and shell programming, with a bit of dabbling in C and...

Learn More 0 0Nov 23 '24

Character Encoding with the Python os module and Unicode

descriptions of how surrogateescape allows for recovering invalid byte sequences in strings of unspecified encoding

Learn More 0 0Oct 5 '24

Unicode Text Converter v1.0

🎉 Initial Release 🎉 We are excited to announce the first release of the Unicode Text Converter! This...

Learn More 0 0Jul 27 '24

From 'A' to '😊': How Programming Languages Handle Strings

Strings: The Unsung Heroes of Programming Magic When it comes to programming, some data...

Learn More 0 0Dec 7 '24

Character Encoding and Rendering

Introduction to Character Encoding Character encoding is a method used to convert text...

Learn More 0 0Jul 1 '24

JSON to CSV for Excel: a note on CSV and encoding

There are multiple JS libraries that allow export to excel. But what if we want to follow a...

Learn More 0 0Jul 26 '24

https://www.compart.com/en/unicode/U+2580

A post by Dobby33

Learn More 0 1Feb 15

Latin Ligatures in Unicode (and fonts)

This is a provisional list of complete ligatures to include in a "pro" level typography font... that...

Learn More 0 0Feb 23