Articles by Tag #unicode

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

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

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

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 3Apr 7

`\e` Escape Sequence in C# 13 — A Cleaner Way to Emit the ESC Character

\e Escape Sequence in C# 13 — A Cleaner Way to Emit the ESC Character In C# 13, the...

Learn More 0 0May 7

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

UnicodeFix: The Day Invisible Characters Broke Everything

From Frustration to Fix This all started maybe five days ago with a Python script that...

Learn More 0 0May 10

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

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

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

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

A post by Dobby33

Learn More 0 1Feb 15

Learning Data Types and Operators in Java

Today, I explored some exciting concepts in Java programming. I focused on data types and different...

Learn More 0 0Aug 18

Watch Out for These Slash-Like Unicode Characters in Phishing Links

Phishing attacks are getting sneakier, and sometimes all it takes is a single Unicode character...

Learn More 0 0Aug 20

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