Subject: CVS commit: src/sys/fs/cd9660
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/21/2004 21:49:08
Module Name:	src
Committed By:	jdolecek
Date:		Sun Nov 21 21:49:08 UTC 2004

Modified Files:
	src/sys/fs/cd9660: cd9660_extern.h cd9660_rrip.c cd9660_util.c
	    cd9660_vfsops.c

Log Message:
when Joliet extension is in use, encode the Joliet Unicode file names
into UTF-8, rather than filtering them to ISO-8859-1 subset

provide vfs.cd9660.utf8_joliet sysctl to switch to the former
iso-8859-1-only handling, default is to UTF-8 encode


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/fs/cd9660/cd9660_extern.h
cvs rdiff -r1.4 -r1.5 src/sys/fs/cd9660/cd9660_rrip.c
cvs rdiff -r1.2 -r1.3 src/sys/fs/cd9660/cd9660_util.c
cvs rdiff -r1.18 -r1.19 src/sys/fs/cd9660/cd9660_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.