From owner-freebsd-fs@FreeBSD.ORG Tue Sep 23 05:28:26 2003 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 838DB16A4B3; Tue, 23 Sep 2003 05:28:26 -0700 (PDT) Received: from sbtm.yonsei.net (sbtm.yonsei.net [61.100.191.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA8F443FEC; Tue, 23 Sep 2003 05:28:25 -0700 (PDT) (envelope-from perky@sbtm.yonsei.net) Received: by sbtm.yonsei.net (Postfix, from userid 1001) id E692028411; Tue, 23 Sep 2003 21:29:08 +0900 (KST) Date: Tue, 23 Sep 2003 21:29:08 +0900 From: Hye-Shik Chang To: "R. Imura" Message-ID: <20030923122908.GA84813@fallin.lv> References: <20030922170903.GA43754@ryu16.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030922170903.GA43754@ryu16.org> Organization: Yonsei University User-Agent: Mutt/1.5.4i cc: freebsd-fs@freebsd.org cc: freebsd-i18n@freebsd.org Subject: Re: [Patch] cd9660/msdosfs/ntfs/libiconv mutli-byte extention X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 12:28:26 -0000 On Tue, Sep 23, 2003 at 02:09:03AM +0900, R. Imura wrote: > Hi all, > > I made a patch for multi-byte character extension > of three file systems with enhanced LIBICONV in the > kernel. File systems are cd9660(joliet part), msdosfs, > and ntfs. > > http://www.ryu16.org/FreeBSD/kiconv/kiconv-5_current-20030921.diff > [snip] > Related Kernel Options (Kernel Modules) > - CD9660 (cd9660.ko) > - MSDOSFS (msdosfs.ko) I found your patch to sys/fs/msdosfs can become simpler with Darwin's msdosfs modification that gathers a unicode string first and convert it later. I have a UTF-8 hardcoded patch that ported from Darwin to FreeBSD CURRENT. (the patch didn't tested by anybody else than I. :) http://people.freebsd.org/~perky/msdosfs-utf8.diff Regards, Hye-Shik =)