updated for version 7.3.383
Problem: For EBCDIC pound sign is defined as 't'.
Solution: Correctly define POUND.
diff --git a/src/ascii.h b/src/ascii.h
index e824822..a3cfecf 100644
--- a/src/ascii.h
+++ b/src/ascii.h
@@ -123,7 +123,7 @@
#define DCS 0x90 /* Device Control String */
#define STERM 0x9c /* String Terminator */
-#define POUND '\xA3'
+#define POUND 0xB1
#define CTRL_F_STR "\056"
#define CTRL_H_STR "\026"
diff --git a/src/version.c b/src/version.c
index 8f7ff03..4445c65 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 383,
+/**/
382,
/**/
381,