From owner-freebsd-bugs Sat Apr 17 12:42:26 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2673A14E1F for ; Sat, 17 Apr 1999 12:42:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA15617; Sat, 17 Apr 1999 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 17 Apr 1999 12:40:01 -0700 (PDT) Message-Id: <199904171940.MAA15617@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Daniel C. Sobral" Subject: Re: kern/5038: FreeBSD can't read MS Joliet CDs. Reply-To: "Daniel C. Sobral" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/5038; it has been noted by GNATS. From: "Daniel C. Sobral" To: Luoqi Chen Cc: freebsd-gnats-submit@FreeBSD.ORG, keith@email.gcn.net.tw, mzaki@e-mail.ne.jp, byung@wam.umd.edu, freebsd-current@FreeBSD.ORG, joki@kuebart.stuttgart.netsurf.de Subject: Re: kern/5038: FreeBSD can't read MS Joliet CDs. Date: Sun, 18 Apr 1999 04:31:19 +0900 Luoqi Chen wrote: > > > I've add UNICODE support to the Joliet patch. > > > > It contains few charsets now, but to add other charsets is very easy. > > Currently, iso8859-1 and euc-jp is included. > > > > Mixture of Joliet/RockRidge Extension is also available, however untested. > > > Cool! I think NTFS and VFATFS could use this code too, is it possible to > move the code to place like libkern/unicode? I'm concerned about the possible size of GENERIC with this code. Remember, it has to fit in the install floppy. (Well, not really, with loader, but I'm not the one who is getting killed because of a three-disks install.) Also, it adds a sysctl node, isn't that so? Directly under vfs, even, so it applies to all filesystems. Ideally, this should apply on a per-mount basis, and not even be in a sysctl. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "Well, Windows works, using a loose definition of 'works'..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message