QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 666|回复: 8

Pan-0.14.2.91版本的补丁,修正了在中文名称的新闻

[复制链接]
发表于 2004-2-26 00:53:49 | 显示全部楼层 |阅读模式
diff -uNrp pan-0.14.2.91.orig/pan/message-window.c pan-0.14.2.91.new/pan/message-window.c
--- pan-0.14.2.91.orig/pan/message-window.c     2003-11-25 05:33:39.000000000 +0800
+++ pan-0.14.2.91.new/pan/message-window.c      2004-02-26 00:08:48.425907272 +0800
@@ -2350,7 +2350,18 @@ populate_message_from_mw (GMimeMessage*
        /* newsgroups (for posting articles) */
        pch = message_window_get_group_str (mw->newsgroups);
        if (is_nonempty_string (pch))
-               g_mime_message_set_header (message, HEADER_NEWSGROUPS, pch);
+       {
+               gchar* plocalchar = g_locale_from_utf8(pch, -1, NULL, NULL, NULL);
+               if (plocalchar != NULL)
+               {
+                       g_mime_message_set_header(message, HEADER_NEWSGROUPS, plocalchar);
+                       g_free(plocalchar);
+               }
+               else
+               {
+                       g_mime_message_set_header (message, HEADER_NEWSGROUPS, pch);
+               }
+       }
        g_free (pch);
                                                                                                                             
        /* references (for posting articles) */
@@ -2368,7 +2379,18 @@ populate_message_from_mw (GMimeMessage*
        /* followup-to */
        pch = message_window_get_group_str(mw->followup_to);
        if (is_nonempty_string (pch))
-               g_mime_message_set_header (message, HEADER_FOLLOWUP_TO, pch);
+       {
+               gchar* plocalchar = g_locale_from_utf8(pch, -1, NULL, NULL, NULL);
+               if (plocalchar != NULL)
+               {
+                       g_mime_message_set_header(message, HEADER_FOLLOWUP_TO, plocalchar);
+                       g_free(plocalchar);
+               }
+               else
+               {
+                       g_mime_message_set_header (message, HEADER_FOLLOWUP_TO, pch);
+               }
+       }
        g_free (pch);
                                                                                                                             
        /* reply-to */
发表于 2004-2-26 06:58:15 | 显示全部楼层
可我的还是不能往中文组发帖呀
回复

使用道具 举报

 楼主| 发表于 2004-2-26 07:44:16 | 显示全部楼层
出现什么问题?
在我这里已经没有问题了

你可以在这里看一下我的分析
http://opensource.tianyablog.com
回复

使用道具 举报

发表于 2004-2-26 22:52:31 | 显示全部楼层
新帆的朋友  
回复

使用道具 举报

发表于 2004-2-28 17:32:36 | 显示全部楼层
给偶一个RPM或TAR包吧,偶用的是红9
回复

使用道具 举报

发表于 2004-2-29 09:16:09 | 显示全部楼层
上新帆,组名都是中文的,用pan不能发贴,可以看。
回复

使用道具 举报

 楼主| 发表于 2004-2-29 12:50:39 | 显示全部楼层
我现在使用gentoo了,不会做RPM,在Redhat上,从来都是自己编译安装的。

不过好像Pan不能发附件。
回复

使用道具 举报

发表于 2004-3-1 22:22:14 | 显示全部楼层
给个tgz包吧,,,,,
回复

使用道具 举报

 楼主| 发表于 2004-3-1 23:28:20 | 显示全部楼层

这是补丁文件,

下载后直接patch就可以了

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-8 21:51 , Processed in 0.045469 second(s), 17 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表