Fixed inverted chars

This commit is contained in:
Fabio Di Francesco
2019-08-25 03:35:37 +00:00
committed by Jeremy Soller
parent d74627a5f9
commit f86495e0c5
+6 -6
View File
@@ -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'],