Changeset 577dd2d


Ignore:
Timestamp:
Jan 8, 2009, 1:12:26 PM (15 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.

Files:
1 added
4 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"
  • BOOK/introduction/common/changelog.xml

    r6fd3df5 r577dd2d  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>January 08, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Jim] - Added UTF-8 Patch to Coreutils.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
  • BOOK/patches.ent

    r6fd3df5 r577dd2d  
    2121<!ENTITY coreutils-uname-patch-size "8 KB">
    2222
     23<!ENTITY coreutils-unicode-patch "coreutils-&coreutils-version;-unicode-1.patch">
     24<!ENTITY coreutils-unicode-patch-md5 "9199778bdd940ab59d6a2e086c54b689">
     25<!ENTITY coreutils-unicode-patch-size "108 KB">
     26
    2327<!ENTITY expect-avoid_tcl_internals-patch "expect-&expect-version;-avoid-tcl-internals-1.patch">
    2428<!ENTITY expect-avoid_tcl_internals-patch-md5 "5661004ca23ddc9592f488142367c2f5">
Note: See TracChangeset for help on using the changeset viewer.