utf-8

Tag

Cards List
#utf-8

UTF-8000: Unlimited UTF-8

Hacker News Top · 2d ago Cached

UTF-8000 is a proposed extension to UTF-8 that allows for arbitrarily large code units while preserving UTF-8 properties, presented as a standalone project with a reference implementation.

0 favorites 0 likes
#utf-8

The C++20’s u8/char8_t Backward-Compatibility Fiasco

Lobsters Hottest · 4d ago Cached

C++20 introduces a breaking change by altering u8 string literals from const char to const char8_t, which can cause compilation errors in existing codebases that relied on the previous standard.

0 favorites 0 likes
#utf-8

When Compilers Disagree About UTF‑8

Hacker News Top · 2026-08-05 Cached

A deep dive into optimizing UTF-8 decoding in the utfcpp library, revealing that Clang and GCC generate different assembly for ASCII fast paths, leading to significant performance differences.

0 favorites 0 likes
#utf-8

@Vinkyu567: https://x.com/Vinkyu567/status/2079475456290816050

X AI KOLs Timeline · 2026-07-21 Cached

This article guides Windows users to upgrade their default terminal from Windows PowerShell 5.1 to PowerShell 7, improving compatibility with AI agents and reducing coding and command execution errors.

0 favorites 0 likes
#utf-8

UTF8 email with DMA: DragonFly Mail Agent

Lobsters Hottest · 2026-06-01 Cached

A technical guide for fixing UTF-8 email encoding issues from cron on OpenBSD by creating a sendmail wrapper that encodes non-ASCII headers and adds Content-Type declarations before handing messages to dma.

0 favorites 0 likes
#utf-8

Equivalence of Unicode strings is strange (2016)

Lobsters Hottest · 2026-05-29 Cached

Unicode string equivalence is complex, especially with collations, leading to surprising results like deletion of control characters and non-deterministic grouping. The author discusses challenges in implementing proper Unicode support in database systems.

0 favorites 0 likes
← Back to home

Submit Feedback