diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-17 05:42:21 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-17 05:42:21 +0000 |
commit | 66cef146216ce488fccf530688cb6e2d6089805c (patch) | |
tree | 5530edec2f70f10e9ad3bec2cb3517684c10f7ef /korean/hcode/files | |
parent | 96ccb9f0e1f86ab98be1c7c2c1b276623e732a03 (diff) | |
download | ports-66cef146216ce488fccf530688cb6e2d6089805c.tar.gz ports-66cef146216ce488fccf530688cb6e2d6089805c.zip |
Notes
Diffstat (limited to 'korean/hcode/files')
-rw-r--r-- | korean/hcode/files/patch-ab | 11 |
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; + |