From bdf30538c5474f23a10540d762485d2003395075 Mon Sep 17 00:00:00 2001 From: Andynium Date: Sat, 28 Feb 2026 13:20:51 +0100 Subject: [PATCH] amiga: document disabled small-caps mapping table --- frontends/amiga/font_bullet.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontends/amiga/font_bullet.c b/frontends/amiga/font_bullet.c index 915cf53e8..07c83347b 100644 --- a/frontends/amiga/font_bullet.c +++ b/frontends/amiga/font_bullet.c @@ -97,7 +97,11 @@ const uint16 sc_table[] = { 0x0153, 0x0276, /* oe */ #if 0 -/* TODO: fill in the non-small caps character ids for these */ +/* + * Disabled: This table maps base codepoints to "small caps"/modifier glyph codepoints. + * For the entries below the base codepoint mapping is ambiguous or font-dependent. + * Keep disabled until a reliable mapping/source is defined. + */ 0x0000, 0x1D03, /* barred b */ 0x0000, 0x0281, /* inverted r */ 0x0000, 0x1D19, /* reversed r */