From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 21 16:37:20 2007 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F223516A4D5 for ; Wed, 21 Mar 2007 16:37:20 +0000 (UTC) (envelope-from takeharu1219@ybb.ne.jp) Received: from ybbsmtp02.mail.ogk.yahoo.co.jp (ybbsmtp02.mail.ogk.yahoo.co.jp [124.83.153.122]) by mx1.freebsd.org (Postfix) with SMTP id 83F1B13C48C for ; Wed, 21 Mar 2007 16:37:20 +0000 (UTC) (envelope-from takeharu1219@ybb.ne.jp) Received: (qmail 75192 invoked by alias); 21 Mar 2007 16:10:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=ybb20050223; d=ybb.ne.jp; b=nYHaQ9WQWYi7KVouQDtQb4oQxaH1jHVhzzhbiD7duDnKxbH5e6u74It3c6qKjLz7UNBcD+chMoVyTrtw7Sk7sJ7VayDBgNIAbD6nJ/sMymVewBgsIyQgAxgqm/xtOSWA ; Received: from unknown (HELO ?127.0.0.1?) (takeharu1219@219.35.170.86 with plain) by ybbsmtp02.mail.ogk.yahoo.co.jp with SMTP; 21 Mar 2007 16:10:38 -0000 X-Apparently-From: Message-ID: <46015905.8040608@ybb.ne.jp> Date: Thu, 22 Mar 2007 01:10:45 +0900 From: Takeharu KATO User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: gnome@freebsd.org Content-Type: multipart/mixed; boundary="------------010905090901030000040300" X-Mailman-Approved-At: Wed, 21 Mar 2007 18:19:38 +0000 Cc: Norikatsu Shigemura , ume@FreeBSD.org Subject: xchat ja.po catalog file fix X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2007 16:37:21 -0000 This is a multi-part message in MIME format. --------------010905090901030000040300 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Hi I found a bug in catalog file(ja.po) in xchat. I can not figure out original author of the software, so I post the patch to fix the problem to gnome@freebsd.org. Would you apply the patch. The problem is that when xchat is invoked, the program detect message format error and make it crash due to invalid format of message on japanese environments. This problem is caused by message line as followed. -- msgstr "%C28-%C29$1/Wallops%C28-%O$t$" -- $ character at the end of this line should specify variable number, but this line is lack of valid variable number, so this message line is handled as critical error by xchat. According to corresponded msgid, the problem may be fixed by using the catalog as followed: -- msgstr "%C28-%C29$1/Wallops%C28-%O$t$2" -- --------------010905090901030000040300 Content-Type: text/plain; name="xchat-2.8.0-ja_po.patch" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="xchat-2.8.0-ja_po.patch" ZGlmZiAtTnVwciB4Y2hhdC0yLjguMC5vcmlnL3BvL2phLnBvIHhjaGF0LTIuOC4wL3BvL2ph LnBvCi0tLSB4Y2hhdC0yLjguMC5vcmlnL3BvL2phLnBvCVdlZCBNYXIgMjEgMjM6MTY6MTcg MjAwNworKysgeGNoYXQtMi44LjAvcG8vamEucG8JV2VkIE1hciAyMSAyMzoxNzoyNSAyMDA3 CkBAIC0xMTA0LDcgKzExMDQsNyBAQCBtc2dzdHIgIiVDMjIqJU8kdCQxIOOBr+ODouODvOOD ieOCkiAlQiAlCiAKICM6IHNyYy9jb21tb24vdGV4dGV2ZW50cy5oOjMxOAogbXNnaWQgIiVD MjgtJUMyOSQxL1dhbGxvcHMlQzI4LSVPJHQkMiIKLW1zZ3N0ciAiJUMyOC0lQzI5JDEvV2Fs bG9wcyVDMjgtJU8kdCQiCittc2dzdHIgIiVDMjgtJUMyOSQxL1dhbGxvcHMlQzI4LSVPJHQk MiIKIAogIzogc3JjL2NvbW1vbi90ZXh0ZXZlbnRzLmg6MzIxCiAjLCBmdXp6eQo= --------------010905090901030000040300--