Ignore:
Timestamp:
05/29/2006 03:23:32 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2867f74
Parents:
8ae8678b
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/cdrtools.xml

    r8ae8678b r77744cc  
    6363    <itemizedlist spacing='compact'>
    6464      <listitem>
    65         <para>Required patch for creating CDs with non-ASCII filenames:
     65        <para>Required patch for extending the number of locales to create
     66        CDs with non-ASCII filenames:
    6667        <ulink url="&patch-root;/cdrtools-&cdrtools-version;-mkisofs_iconv-1.patch"/></para>
    6768      </listitem>
     
    9293    <para>When creating an ISO 9660 image with <command>mkisofs</command>,
    9394    the character set of the filenames used must be specified unless it is
    94     ISO-8859-1, the default. If the character set is not specified, then
    95     non-ASCII filenames will be unreadable on other systems, such as
    96     <application>Microsoft Windows</application>. This patch allows
    97     <command>mkisofs</command> to accept any character set (such as UTF-8)
    98     as the input character set, and changes the default input character
    99     set to that of the current locale.  This allows some GUI frontends such
    100     as <xref linkend="nautilus-cd-burner"/> to use the correct input
    101     character set since they do not pass the <option>-input-charset</option>
    102     argument to <command>mkisofs</command>. To address this situation,
    103     apply the mkisofs_iconv patch:</para>
     95    ISO-8859-1, the default. If the character set is not specified correctly,
     96    then non-ASCII filenames will be unreadable on other systems, such as
     97    <application>Microsoft Windows</application>. This patch allows any
     98    input character set supported by <application>Glibc</application>
     99    (such as UTF-8) to be specified to <command>mkisofs</command>, as
     100    opposed of the short list of built-in encodings. Also, the default input
     101    character set is set to that of the current locale, which is the correct
     102    behavior. To address this situation, apply the mkisofs_iconv patch:</para>
    104103
    105104<screen><userinput>patch -Np1 -i ../cdrtools-&cdrtools-version;-mkisofs_iconv-1.patch</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.