aboutsummaryrefslogtreecommitdiff
path: root/chinese/tin/files/patch-charset.c
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/tin/files/patch-charset.c')
-rw-r--r--chinese/tin/files/patch-charset.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/tin/files/patch-charset.c b/chinese/tin/files/patch-charset.c
deleted file mode 100644
index eb7350b47aac..000000000000
--- a/chinese/tin/files/patch-charset.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/charset.c.orig Wed Jan 8 23:12:11 2003
-+++ src/charset.c Wed Jan 8 23:12:28 2003
-@@ -443,7 +443,7 @@
- unsigned char *c;
-
- for (c = (unsigned char *) buf; *c; c++) {
-- if (!(my_isprint(*c) || *c == 8 || *c == 9 || *c == 10 || *c == 12 || *c == 13))
-+ if (!(my_isprint(*c) || *c == 8 || *c == 9 || *c == 10 || *c == 12 || *c == 13 || *c == 27))
- *c = '?';
- }
- #endif /* MULTIBYTE_ABLE && !NO_LOCALE */