From e87e0ceb94c05f6b4b4b6d567e581ef234d83554 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sun, 14 Jun 2015 19:34:34 +0200 Subject: [PATCH] correction for the modifier letter small x --- src/fcharmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fcharmap.h b/src/fcharmap.h index 708631b3..c83d8c43 100644 --- a/src/fcharmap.h +++ b/src/fcharmap.h @@ -27,7 +27,7 @@ static uInt character[][fc::NUM_OF_ENCODINGS] = {0x00b1, 'g', 0xf1, '#'}, // ± - PlusMinus {0x00f7, '/', 0xf6, '/'}, // ÷ - Division sign {0x00d7, '*', '*', '*'}, // × - Multiplication sign - {0x02e3, '~', 0xf6, '~'}, // ˣ - Modifier letter small x + {0x02e3, '~', 0xfc, '~'}, // ˣ - Modifier letter small x {0x00b0, 'f', 0xb0, 'o'}, // ° - Degree {0x2022, '`', 0x04, '*'}, // • - Bullet {0x00b7, '`', 0xf9, '*'}, // · - small Bullet