Change ↡ to
This commit is contained in:
parent
4957544fcf
commit
6367172177
|
|
@ -22,7 +22,7 @@ fontTable = [
|
|||
CustomCharacter('🗀', 0x85, '\\xdb'),
|
||||
CustomCharacter('»', 0x86, '>'),
|
||||
CustomCharacter('🕑', 0x87, '\\xe5'),
|
||||
CustomCharacter('↡', 0x88, '\\x7e'),
|
||||
CustomCharacter('⏬', 0x88, '\\x7e'),
|
||||
CustomCharacter('✔', 0x89, '\\x7e'),
|
||||
CustomCharacter('ă', 0x8a, 'a'),
|
||||
CustomCharacter('â', 0x8b, 'a'),
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
{{0x00, 0x1C, 0x1F, 0x11, 0x11, 0x1F, 0x00, 0x00, }, '\xdb'}, // '🗀'
|
||||
{{0x00, 0x04, 0x12, 0x09, 0x12, 0x04, 0x00, 0x00, }, '>'}, // '»'
|
||||
{{0x00, 0x0E, 0x13, 0x15, 0x11, 0x0E, 0x00, 0x00, }, '\xe5'}, // '🕑'
|
||||
{{0x00, 0x00, 0x11, 0x0A, 0x04, 0x11, 0x0A, 0x04, }, '\x7e'}, // '↡'
|
||||
{{0x00, 0x00, 0x11, 0x0A, 0x04, 0x11, 0x0A, 0x04, }, '\x7e'}, // '⏬'
|
||||
{{0x00, 0x01, 0x03, 0x16, 0x1C, 0x08, 0x00, 0x00, }, '\x7e'}, // '✔'
|
||||
{{0x11, 0x0E, 0x00, 0x0E, 0x01, 0x0F, 0x11, 0x0F, }, 'a'}, // 'ă'
|
||||
{{0x04, 0x0A, 0x00, 0x0E, 0x01, 0x0F, 0x11, 0x0F, }, 'a'}, // 'â'
|
||||
|
|
|
|||
Loading…
Reference in New Issue