Ignore:
Timestamp:
12/29/2005 03:55:45 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
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:
4833d1a
Parents:
5254d12
Message:

Added new section 'Locale Related Issues' to Chapter 2, 'Important Information', thanks to Alexander Patrakov for contributing the text for this page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5498 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/unzip.xml

    r5254d12 r9c90b1b  
    66
    77  <!ENTITY unzip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz">
    8   <!ENTITY unzip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz">
    9   <!ENTITY unzip-md5sum "9d23919999d6eac9217d1f41472034a9">
    10   <!ENTITY unzip-size "1.1 MB">
    11   <!ENTITY unzip-buildsize "7.2 MB">
    12   <!ENTITY unzip-time "0.09 SBU">
     8  <!ENTITY unzip-download-ftp  "ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz">
     9  <!ENTITY unzip-md5sum        "9d23919999d6eac9217d1f41472034a9">
     10  <!ENTITY unzip-size          "1.1 MB">
     11  <!ENTITY unzip-buildsize     "7.2 MB">
     12  <!ENTITY unzip-time          "0.1 SBU">
    1313]>
    1414
     
    3535
    3636    <para>The <application>UnZip</application> package contains
    37     <filename>ZIP</filename> extraction utilities. These are useful for extracting
    38     files from <filename>ZIP</filename> archives. <filename>ZIP</filename>
    39     archives are created with <application>PKZIP</application> or
    40     <application>Info-ZIP</application> utilities primarily in a DOS
    41     environment. </para>
     37    <filename>ZIP</filename> extraction utilities. These are useful for
     38    extracting files from <filename>ZIP</filename> archives.
     39    <filename>ZIP</filename> archives are created with
     40    <application>PKZIP</application> or <application>Info-ZIP</application>
     41    utilities, primarily in a DOS environment.</para>
     42
     43    <caution>
     44      <para>The <application>UnZip</application> package has some locale
     45      related issues. For a full explanation of the issues and some possible
     46      solutions, see the <xref linkend="locale-unzip"/> section of the
     47      <xref linkend="locale-issues"/>.</para>
     48    </caution>
    4249
    4350    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    118125
    119126    <para><command>make ... linux_shlibz</command>: Build shared
    120     <filename>libunzip</filename> and link <application>UnZip</application> against
    121     it and <application>zlib</application>.</para>
     127    <filename>libunzip</filename> and link <application>UnZip</application>
     128    against it and <application>zlib</application>.</para>
    122129
    123130  </sect2>
     
    169176        <listitem>
    170177          <para>is a self-extracting stub that can be prepended to a
    171           <filename>ZIP</filename> archive.  Files in this format allow the recipient to
    172           decompress the archive without installing
     178          <filename>ZIP</filename> archive.  Files in this format allow the
     179          recipient to decompress the archive without installing
    173180          <application>UnZip</application>.</para>
    174181          <indexterm zone="unzip unzipfsx">
Note: See TracChangeset for help on using the changeset viewer.