Now that Handbook discusses Joliet CDs, repoint the "My CD has ???

filenames" answer there.
This commit is contained in:
Michael Lucas 2002-01-22 12:18:08 +00:00
parent 70e9532bb5
commit e3df3bbb8e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11795

View file

@ -3720,20 +3720,13 @@ quit</programlisting>
</question>
<answer>
<para>Most likely your CDROM uses the <quote>Joliet</quote>
extension for storing information about files and directories.
This extension specifies that all filenames are stored using
Unicode two-byte characters. Currently, efforts are under way
to introduce a generic Unicode interface into the FreeBSD
kernel, but since that is not ready yet, the CD9660 driver does
not have the ability to decode the characters in the
filenames.</para>
<para>As a temporary solution, starting with FreeBSD 4.3, a
special hook has been added into the CD9660 driver to allow the
user to load an appropriate conversion table on the fly.
Modules for some of the common encodings are available via the
<port>sysutils/cd9660_unicode</port> port.</para>
<para>Your CDROM probably uses the <quote>Joliet</quote>
extension for storing information about files and
directories. This is discussed in the Handbook chapter on
<ulink URL="../handbook/creating-cds.html">creating and
using CDROMs</ulink>, specifically the section on <ulink
URL="../handbook/creating-cds.html#MOUNTING-CD">Using Data
CDROMs</ulink>.</para>
</answer>
</qandaentry>