Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion frontends/amiga/font_bullet.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down