encoding

Tag

Cards List
#encoding

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
#encoding

Transforming and Encoding FTS for SAT Solving: What Helps, What Hurts (Extended Version)

arXiv cs.AI · 2026-06-01 Cached

This paper investigates how to encode factored planning tasks (FTS) into SAT, proposing multiple encoding strategies and analyzing the impact of task transformations on SAT-based planning performance. It aims to extend SAT solving to more compact planning representations beyond heuristic search.

0 favorites 0 likes
#encoding

bijou64: A variable-length integer encoding

Lobsters Hottest · 2026-05-29 Cached

bijou64 is a new variable-length integer encoding that ensures canonical representation, solving signature-verification bugs, and also runs several times faster than the common LEB128 encoding.

0 favorites 0 likes
#encoding

When you upgrade your resource strings to Unicode, don’t forget to specify the L prefix

The Old New Thing (Raymond Chen) · 2026-05-07 Cached

Explains that when using Unicode escape sequences (like \x2019) in Windows resource strings, you must prefix the string with L to make it a wide-character string; otherwise the escape is misinterpreted as an 8-bit sequence.

0 favorites 0 likes
← Back to home

Submit Feedback