mirror of
https://github.com/claunia/Claunia.Encoding.git
synced 2025-12-16 19:24:43 +00:00
Update Apple IIc to include Unicode 13.0 symbols.
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Claunia.Encoding.Tests
|
||||
0x01, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0E, 0x0F, 0x11, 0x12, 0x13, 0x14, 0x15,
|
||||
0x16, 0x17, 0x18, 0x19, 0x1A
|
||||
};
|
||||
const string ARROWS = "↑↓←→↰◀▶";
|
||||
const string ARROWS = "↑↓←→🢰◀▶";
|
||||
readonly byte[] _arrowsBytes =
|
||||
{
|
||||
0x1C, 0x1D, 0x1E, 0x1F, 0x7D, 0x7E, 0x7F
|
||||
|
||||
@@ -114,7 +114,7 @@ namespace Claunia.Encoding.Tests
|
||||
0xA9, 0xAA, 0xAB, 0xAC, 0xDE, 0xDF, 0xEC, 0xED, 0xEE, 0xEF, 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7,
|
||||
0xFB, 0xFC, 0xFD, 0xFE
|
||||
};
|
||||
const string SYMBOLS = "⇧⇩⇨⇦❎✓♪ə";
|
||||
const string SYMBOLS = "⇧⇩⇨⇦🮽✓♪ə";
|
||||
readonly byte[] _symbolsBytes =
|
||||
{
|
||||
0x01, 0x02, 0x03, 0x04, 0x05, 0x08, 0x0B, 0x1A
|
||||
|
||||
Reference in New Issue
Block a user