From owner-cvs-all Sat Aug 24 3:22:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 626DE37B400; Sat, 24 Aug 2002 03:22:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1381E43E7B; Sat, 24 Aug 2002 03:22:24 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7OAMNJU077518; Sat, 24 Aug 2002 03:22:23 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7OAMNP3077517; Sat, 24 Aug 2002 03:22:23 -0700 (PDT) Message-Id: <200208241022.g7OAMNP3077517@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 24 Aug 2002 03:22:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/expect Makefile ports/lang/expect/files patch-exp_main_sub.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/08/24 03:22:23 PDT Modified files: lang/expect Makefile Added files: lang/expect/files patch-exp_main_sub.c Log: Properly convert command-line arguments into UTF-8 before passing them to TCL interpreter, othervise arguments in any encoding other than ASCII are becoming ????, even when LANG or LC_CTYPE is defined properly. Problem reported by: Alex V. Belinsky Revision Changes Path 1.59 +1 -0 ports/lang/expect/Makefile 1.1 +42 -0 ports/lang/expect/files/patch-exp_main_sub.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message