From cb6b236b1a070f906baa05007ecdd39ac8c00769 Mon Sep 17 00:00:00 2001 From: Ray-V Date: Fri, 16 Apr 2021 13:55:12 +0100 Subject: [PATCH] Blank VoidSymbol for key display Signed-off-by: Ray-V --- src/Xutils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Xutils.cpp b/src/Xutils.cpp index 6d43421..e09a6be 100644 --- a/src/Xutils.cpp +++ b/src/Xutils.cpp @@ -837,6 +837,7 @@ struct codepair { { 0x0000fe65L, 0x1ffe }, /* dead_abovereversedcomma ῾ Greek Dasia */ { 0x0000fe68L, 0x02cd }, /* dead_belowmacron ˍ modifier letter low macron, eg actual=ṯ */ { 0x0000fe6eL, 0x201a }, /* dead_belowcomma ‚ quotesinglbase, eg actual=ț */ + { 0x00ffffffL, 0x0020 }, /* VoidSymbol -> <- space */ { 0x01000300L, 0x0060 }, /* combining grave ` */ { 0x01000301L, 0x00b4 }, /* combining acute ´ */ { 0x01000302L, 0x02c6 }, /* combining circumflex above ˆ */