Add Some mathematical signs

This commit is contained in:
Markus Gans 2015-06-12 00:00:55 +02:00
parent 83aa986646
commit 1017a220a1
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ static uInt character[][fc::NUM_OF_ENCODINGS] =
{0x2264, 'y', 0xf3, '<'}, // ≤ - LessThanOrEqualTo
{0x2260, '|', 0xd8, '!'}, // ≠ - NotEqualTo
{0x00b1, 'g', 0xf1, '#'}, // ± - PlusMinus
{0x00f7, '/', 0xf6, '/'}, // ÷ - Division sign
{0x00d7, '*', '*', '*'}, // × - Multiplication sign
{0x02e3, '~', 0xf6, '~'}, // ˣ - Modifier letter small x
{0x00b0, 'f', 0xb0, 'o'}, // ° - Degree
{0x2022, '`', 0x04, '*'}, // • - Bullet
{0x00b7, '`', 0xf9, '*'}, // · - small Bullet