Changed the text explaining the need for the mkisofs and cdrecord patches in Cdrtools

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6140 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Dan Nichilson 2006-05-29 15:23:32 +00:00
parent 8ae8678b3f
commit 77744cc877
3 changed files with 16 additions and 12 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY day "29"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">

View File

@ -44,6 +44,11 @@
<listitem>
<para>May 29th, 2006</para>
<itemizedlist>
<listitem>
<para>[dnicholson] - Changed the text explaining the need for
the mkisofs and cdrecord patches in Cdrtools. Thanks to Alexander
Patrakov for the clarification.</para>
</listitem>
<listitem>
<para>[dnicholson] - Added optional dependencies for
rebuilding the Mutt documentation. Thanks to Ag

View File

@ -62,7 +62,8 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch for creating CDs with non-ASCII filenames:
<para>Required patch for extending the number of locales to create
CDs with non-ASCII filenames:
<ulink url="&patch-root;/cdrtools-&cdrtools-version;-mkisofs_iconv-1.patch"/></para>
</listitem>
@ -91,16 +92,14 @@
<para>When creating an ISO 9660 image with <command>mkisofs</command>,
the character set of the filenames used must be specified unless it is
ISO-8859-1, the default. If the character set is not specified, then
non-ASCII filenames will be unreadable on other systems, such as
<application>Microsoft Windows</application>. This patch allows
<command>mkisofs</command> to accept any character set (such as UTF-8)
as the input character set, and changes the default input character
set to that of the current locale. This allows some GUI frontends such
as <xref linkend="nautilus-cd-burner"/> to use the correct input
character set since they do not pass the <option>-input-charset</option>
argument to <command>mkisofs</command>. To address this situation,
apply the mkisofs_iconv patch:</para>
ISO-8859-1, the default. If the character set is not specified correctly,
then non-ASCII filenames will be unreadable on other systems, such as
<application>Microsoft Windows</application>. This patch allows any
input character set supported by <application>Glibc</application>
(such as UTF-8) to be specified to <command>mkisofs</command>, as
opposed of the short list of built-in encodings. Also, the default input
character set is set to that of the current locale, which is the correct
behavior. To address this situation, apply the mkisofs_iconv patch:</para>
<screen><userinput>patch -Np1 -i ../cdrtools-&cdrtools-version;-mkisofs_iconv-1.patch</userinput></screen>