summaryrefslogtreecommitdiff
path: root/korean/hcode
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-02-17 05:42:21 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-02-17 05:42:21 +0000
commit66cef146216ce488fccf530688cb6e2d6089805c (patch)
tree5530edec2f70f10e9ad3bec2cb3517684c10f7ef /korean/hcode
parentModify pkg/DESCR (diff)
Fix to use KS_C_5601-1987
PR: 16760 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=25917
Diffstat (limited to 'korean/hcode')
-rw-r--r--korean/hcode/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/korean/hcode/files/patch-ab b/korean/hcode/files/patch-ab
new file mode 100644
index 000000000000..9493165e9d28
--- /dev/null
+++ b/korean/hcode/files/patch-ab
@@ -0,0 +1,11 @@
+--- mail.c~ Wed Mar 11 19:02:22 1998
++++ mail.c Wed Feb 16 23:58:20 2000
+@@ -163,7 +163,7 @@
+ unsigned char *iptr, *optr, *tptr;
+ unsigned long int outwc;
+
+- char *charset[] = {"EUC-KR", "ISO-2022-KR", NULL};
++ char *charset[] = {"EUC-KR", "ISO-2022-KR", "KS_C_5601-1987", NULL};
+ char encode_prefix[20];
+ int isbqheader;
+