aboutsummaryrefslogtreecommitdiff
path: root/chinese/tin
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-02-19 04:12:43 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-02-19 04:12:43 +0000
commit772d39a83c5d694c9159b64572918cbb66610e83 (patch)
tree8aaffeedb384eab557c47b45d890f1184621ef60 /chinese/tin
parent8853839c715c3863956c82b5d14ec00bf2756389 (diff)
downloadports-772d39a83c5d694c9159b64572918cbb66610e83.tar.gz
ports-772d39a83c5d694c9159b64572918cbb66610e83.zip
set charset to Big5 in all newsgroups
Suggested by: Ming-Yen Hsu <myhsu@cyberdude dot com>
Notes
Notes: svn path=/head/; revision=75847
Diffstat (limited to 'chinese/tin')
-rw-r--r--chinese/tin/files/patch-attrib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/tin/files/patch-attrib.c b/chinese/tin/files/patch-attrib.c
index 12d928e92494..799cd5695b8a 100644
--- a/chinese/tin/files/patch-attrib.c
+++ b/chinese/tin/files/patch-attrib.c
@@ -4,8 +4,8 @@
fprintf(fp, "delete_tmp_files=ON\n");
fprintf(fp, "followup_to=poster\n\n");
-+ fprintf(fp, _("# in tw* set charset to Big5\n"));
-+ fprintf(fp, "scope=tw*\n");
++ fprintf(fp, _("# set charset to Big5 in all newsgroups\n"));
++ fprintf(fp, "scope=*\n");
+ fprintf(fp, "mm_network_charset=Big5\n");
+ fprintf(fp, "undeclared_charset=Big5\n");
+