Changeset 577dd2d for BOOK/final-system


Ignore:
Timestamp:
Jan 8, 2009, 1:12:26 PM (16 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a85d737
Parents:
6fd3df5
Message:

Added UTF-8 Patch to Coreutils.

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/coreutils.xml

    r6fd3df5 r577dd2d  
    3232
    3333<screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
     34
     35    <para os="p3">This patch adds support for 8-bit UCS/Unicode Transformation Format (UTF-8):</para>
     36
     37<screen os="p4"><userinput>patch -Np1 -i ../&coreutils-unicode-patch;</userinput></screen>
    3438
    3539    <para os="c">Now prepare Coreutils for compilation:</para>
  • BOOK/final-system/multilib/coreutils.xml

    r6fd3df5 r577dd2d  
    2929    href="../common/coreutils.xml"
    3030    xpointer="xpointer(//*[@os='p2'])"/>
     31
     32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../common/coreutils.xml"
     34    xpointer="xpointer(//*[@os='p3'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../common/coreutils.xml"
     38    xpointer="xpointer(//*[@os='p4'])"/>
    3139
    3240    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.