From owner-cvs-all Tue Feb 13 3:48:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3524837B491; Tue, 13 Feb 2001 03:48:33 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DBmXv83498; Tue, 13 Feb 2001 03:48:33 -0800 (PST) (envelope-from sobomax) Message-Id: <200102131148.f1DBmXv83498@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 13 Feb 2001 03:48:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isofs/cd9660 cd9660_util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/02/13 03:48:32 PST Modified files: sys/isofs/cd9660 cd9660_util.c Log: Add a hook for loading of a Unicode -> char conversion routine as a kld at a run-time. This is temporary solution until proper kernel Unicode interfaces are in place and as such was purposely designed to be as tiny as possible (3 lines of the code not counting comments). The port with conversion routines for the most popular single-byte languages will be added later today Reviewed by: bp, "Michael C . Wu" Approved by: bp Revision Changes Path 1.16 +13 -1 src/sys/isofs/cd9660/cd9660_util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message