Fixed inverted chars
This commit is contained in:
committed by
Jeremy Soller
parent
d74627a5f9
commit
f86495e0c5
+6
-6
@@ -405,11 +405,11 @@ pub mod bepo {
|
||||
pub mod it {
|
||||
static IT: [[char; 2]; 58] = [
|
||||
['\0', '\0'],
|
||||
['\\', '|'],
|
||||
['1', '"'],
|
||||
['2', '£'],
|
||||
['3', '$'],
|
||||
['4', '%'],
|
||||
['\x1B', '\x1B'],
|
||||
['1', '!'],
|
||||
['2', '"'],
|
||||
['3', '£'],
|
||||
['4', '$'],
|
||||
['5', '%'],
|
||||
['6', '&'],
|
||||
['7', '/'],
|
||||
@@ -433,7 +433,7 @@ pub mod it {
|
||||
['è', 'é'],
|
||||
['+', '*'],
|
||||
['\n', '\n'],
|
||||
['\0', '\0'],
|
||||
['\x20', '\x20'],
|
||||
['a', 'A'],
|
||||
['s', 'S'],
|
||||
['d', 'D'],
|
||||
|
||||
Reference in New Issue
Block a user