Ignore:
Timestamp:
02/19/2021 03:20:16 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eff7423
Parents:
4a80a67
Message:

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/icu.xml

    r4a80a67 r4c24eb0a  
    179179        <listitem>
    180180          <para>
    181             disassembles a resource bundle.
     181            disassembles a resource bundle
    182182          </para>
    183183          <indexterm zone="icu derb">
     
    192192          <para>
    193193            converts <quote>\u</quote> escaped characters into unicode
    194             characters.
     194            characters
    195195          </para>
    196196          <indexterm zone="icu escapesrc">
     
    205205          <para>
    206206            compiles ICU break iteration rules source files into binary data
    207             files.
     207            files
    208208          </para>
    209209          <indexterm zone="icu genbrk">
     
    218218          <para>
    219219            generates C or platform specific assembly code from an ICU data
    220             file.
     220            file
    221221          </para>
    222222          <indexterm zone="icu genccode">
     
    231231          <para>
    232232            reads in Unicode confusable character definitions and writes out the
    233             binary data.
     233            binary data
    234234          </para>
    235235          <indexterm zone="icu gencfu">
     
    243243        <listitem>
    244244          <para>
    245             generates an ICU memory-mappable data file.
     245            generates an ICU memory-mappable data file
    246246          </para>
    247247          <indexterm zone="icu gencmn">
     
    255255        <listitem>
    256256          <para>
    257             compiles the converter's aliases file.
     257            compiles the converter's aliases file
    258258          </para>
    259259          <indexterm zone="icu gencnval">
     
    267267        <listitem>
    268268          <para>
    269             compiles word lists into ICU string trie dictionaries.
     269            compiles word lists into ICU string trie dictionaries
    270270          </para>
    271271          <indexterm zone="icu gendict">
     
    279279        <listitem>
    280280          <para>
    281             builds binary data files with Unicode normalization data.
     281            builds binary data files with Unicode normalization data
    282282          </para>
    283283          <indexterm zone="icu gennorm2">
     
    291291        <listitem>
    292292          <para>
    293             compiles a resource bundle.
     293            compiles a resource bundle
    294294          </para>
    295295          <indexterm zone="icu genrb">
     
    303303        <listitem>
    304304          <para>
    305             compiles StringPrep data from filtered RFC 3454 files.
     305            compiles StringPrep data from filtered RFC 3454 files
    306306          </para>
    307307          <indexterm zone="icu gensprep">
     
    315315        <listitem>
    316316          <para>
    317             outputs ICU build options.
     317            outputs ICU build options
    318318          </para>
    319319          <indexterm zone="icu icu-config">
     
    327327        <listitem>
    328328          <para>
    329             outputs configuration information about the current ICU.
     329            outputs configuration information about the current ICU
    330330          </para>
    331331          <indexterm zone="icu icuinfo">
     
    339339        <listitem>
    340340          <para>
    341             extracts or modifies an ICU .dat archive.
     341            extracts or modifies an ICU .dat archive
    342342          </para>
    343343          <indexterm zone="icu icupkg">
     
    351351        <listitem>
    352352          <para>
    353             compiles a converter table.
     353            compiles a converter table
    354354          </para>
    355355          <indexterm zone="icu makeconv">
     
    363363        <listitem>
    364364          <para>
    365             packages data for use by ICU.
     365            packages data for use by ICU
    366366          </para>
    367367          <indexterm zone="icu pkgdata">
     
    375375        <listitem>
    376376          <para>
    377             converts data from one encoding to another.
     377            converts data from one encoding to another
    378378          </para>
    379379          <indexterm zone="icu uconv">
     
    387387        <listitem>
    388388          <para>
    389             is the data library.
     389            is the data library
    390390          </para>
    391391          <indexterm zone="icu libicudata">
     
    399399        <listitem>
    400400          <para>
    401             is the internationalization (i18n) library.
     401            is the internationalization (i18n) library
    402402          </para>
    403403          <indexterm zone="icu libicui18n">
     
    411411        <listitem>
    412412          <para>
    413             is the ICU I/O (unicode stdio) library.
     413            is the ICU I/O (unicode stdio) library
    414414          </para>
    415415          <indexterm zone="icu libicuio">
     
    447447        <listitem>
    448448          <para>
    449             is the test library.
     449            is the test library
    450450          </para>
    451451          <indexterm zone="icu libicutest">
     
    459459        <listitem>
    460460          <para>
    461             is the tool utility library.
     461            is the tool utility library
    462462          </para>
    463463          <indexterm zone="icu libicutu">
     
    471471        <listitem>
    472472          <para>
    473             is the common library.
     473            is the common library
    474474          </para>
    475475          <indexterm zone="icu libicuuc">
Note: See TracChangeset for help on using the changeset viewer.