aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--atables.c4
-rw-r--r--mkatables.pl4
2 files changed, 4 insertions, 4 deletions
diff --git a/atables.c b/atables.c
index 8bbadd4..fd086b4 100644
--- a/atables.c
+++ b/atables.c
@@ -29,7 +29,7 @@ const char *ata2utf[] = {
"┻", /* 24 $18 ^X */
"▌", /* 25 $19 ^Y */
"┗", /* 26 $1a ^Z */
- "␛", /* 27 $1b ^[ */
+ "Ę", /* 27 $1b ^[ */
"↑", /* 28 $1c ^\ */
"↓", /* 29 $1d ^] */
"←", /* 30 $1e ^^ */
@@ -160,7 +160,7 @@ const char *ics2utf[] = {
"ȧ", /* 24 $18 ^X */
"à", /* 25 $19 ^Y */
"Ȧ", /* 26 $1a ^Z */
- "␛", /* 27 $1b ^[ */
+ "Ę", /* 27 $1b ^[ */
"↑", /* 28 $1c ^\ */
"↓", /* 29 $1d ^] */
"←", /* 30 $1e ^^ */
diff --git a/mkatables.pl b/mkatables.pl
index f1a0865..231dcbb 100644
--- a/mkatables.pl
+++ b/mkatables.pl
@@ -28,7 +28,7 @@
24 => "┻",
25 => "▌",
26 => "┗",
- 27 => "␛",
+ 27 => "Ę",
28 => "↑",
29 => "↓",
30 => "←",
@@ -70,7 +70,7 @@
24 => "ȧ",
25 => "à",
26 => "Ȧ",
- 27 => "␛",
+ 27 => "Ę",
28 => "↑",
29 => "↓",
30 => "←",