From owner-freebsd-i18n@FreeBSD.ORG Sat Oct 11 02:07:45 2003 Return-Path: Delivered-To: freebsd-i18n@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F05F16A4B3; Sat, 11 Oct 2003 02:07:45 -0700 (PDT) Received: from mail.ryu16.org (YahooBB219005044109.bbtec.net [219.5.44.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45AD543F75; Sat, 11 Oct 2003 02:07:43 -0700 (PDT) (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 h9B97f6q036353; Sat, 11 Oct 2003 18:07:41 +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 h9B97UQs036343; Sat, 11 Oct 2003 18:07:30 +0900 (JST) (envelope-from imura) Date: Sat, 11 Oct 2003 18:07:30 +0900 From: "R. Imura" To: Hye-Shik Chang Message-ID: <20031011090730.GA637@ryu16.org> References: <20030922170903.GA43754@ryu16.org> <20030923122908.GA84813@fallin.lv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030923122908.GA84813@fallin.lv> User-Agent: Mutt/1.4.1i-ja.1 cc: freebsd-fs@freebsd.org cc: freebsd-i18n@freebsd.org Subject: Re: [Patch] cd9660/msdosfs/ntfs/libiconv mutli-byte extention X-BeenThere: freebsd-i18n@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Internationalization Effort List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 09:07:45 -0000 On Tue, Sep 23, 2003 at 09:29:08PM +0900, Hye-Shik Chang wrote: > 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 Before dealing with this, I'm now interested in how to deal with bigger than 3 byte characters like UTF-8. (your patch pushed me :) I now give these file systems a capacity to acquire UTF-8. (I mean I extended a character buffer size from 2 bytes to 4 bytes). http://www.ryu16.org/FreeBSD/kiconv/5_current-20031008.diff Though I think UTF-8 converter needs arguing how it be, UTF-8 is available with cd9660, msdosfs and ntfs with this quick hacked coverter. http://www.ryu16.org/FreeBSD/kiconv/utf8_converter_20031011.diff Any comments? Regards, - R. Imura P.S. Can anybody please take a look at conf/57277 and bin/57462?