1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

set charset to Big5 in all newsgroups

Suggested by:	Ming-Yen Hsu <myhsu@cyberdude dot com>
This commit is contained in:
Yen-Ming Lee 2003-02-19 04:12:43 +00:00
parent 8853839c71
commit 772d39a83c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75847

View File

@ -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");
+