From owner-freebsd-hackers@FreeBSD.ORG Sun Nov 2 22:45:03 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDF9616A4CE; Sun, 2 Nov 2003 22:45:03 -0800 (PST) Received: from mail.ryu16.org (YahooBB219005044050.bbtec.net [219.5.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A97043F3F; Sun, 2 Nov 2003 22:45:02 -0800 (PST) (envelope-from imura@ryu16.org) Received: from redeye.xt.ryu16.org (localhost [127.0.0.1]) by mail.ryu16.org (8.12.9p1/8.12.9) with ESMTP id hA36j1uD034237; Mon, 3 Nov 2003 15:45:01 +0900 (JST) (envelope-from imura@redeye.xt.ryu16.org) Received: (from imura@localhost) by redeye.xt.ryu16.org (8.12.9p1/8.12.9/Submit) id hA36j10r034236; Mon, 3 Nov 2003 15:45:01 +0900 (JST) (envelope-from imura) Date: Mon, 3 Nov 2003 15:45:00 +0900 From: "R. Imura" To: current@freebsd.org, hackers@freebsd.org Message-ID: <20031103064500.GD606%imura@ryu16.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i-ja.1 Subject: Fw: [patch] combine mount_udf(8) with kiconv(3) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2003 06:45:03 -0000 Hi, I was adviced to forward here, so that more poeple can see it. It was originally posted to fs@ and i18n@. Regards, ----- Forwarded message from "R. Imura" ----- Date: Mon, 3 Nov 2003 01:42:18 +0900 From: "R. Imura" Subject: [patch] combine mount_udf(8) with kiconv(3) To: fs@freebsd.org, i18n@freebsd.org Hi all, I now added -C option to mount_udf(8) as well as mount_cd9660(8) and mount_ntfs(8) with UDF_ICONV kernel module in order to handle multibyte characters. Since I'm new to nmount(), please correct me if I'm wrong with how to write udf specific options/flags. The patch is here: http://www.ryu16.org/FreeBSD/kiconv/udf_5_current_20031101.diff It is grateful if this will be applied to the FreeBSD src tree. Regards, - R. Imura ----- End forwarded message -----