Add Some mathematical signs
This commit is contained in:
parent
83aa986646
commit
1017a220a1
|
@ -25,6 +25,9 @@ static uInt character[][fc::NUM_OF_ENCODINGS] =
|
||||||
{0x2264, 'y', 0xf3, '<'}, // ≤ - LessThanOrEqualTo
|
{0x2264, 'y', 0xf3, '<'}, // ≤ - LessThanOrEqualTo
|
||||||
{0x2260, '|', 0xd8, '!'}, // ≠ - NotEqualTo
|
{0x2260, '|', 0xd8, '!'}, // ≠ - NotEqualTo
|
||||||
{0x00b1, 'g', 0xf1, '#'}, // ± - PlusMinus
|
{0x00b1, 'g', 0xf1, '#'}, // ± - PlusMinus
|
||||||
|
{0x00f7, '/', 0xf6, '/'}, // ÷ - Division sign
|
||||||
|
{0x00d7, '*', '*', '*'}, // × - Multiplication sign
|
||||||
|
{0x02e3, '~', 0xf6, '~'}, // ˣ - Modifier letter small x
|
||||||
{0x00b0, 'f', 0xb0, 'o'}, // ° - Degree
|
{0x00b0, 'f', 0xb0, 'o'}, // ° - Degree
|
||||||
{0x2022, '`', 0x04, '*'}, // • - Bullet
|
{0x2022, '`', 0x04, '*'}, // • - Bullet
|
||||||
{0x00b7, '`', 0xf9, '*'}, // · - small Bullet
|
{0x00b7, '`', 0xf9, '*'}, // · - small Bullet
|
||||||
|
|
Loading…
Reference in New Issue