          MODULE=courier-unicode
         VERSION=2.4.0
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=$SFORGE_URL/courier/courier-unicode/$VERSION/
      SOURCE_VFY=sha256:e80cbcf0e3a6cc2e7a67ec1a1830d6c4e8aa0ff697732ec1d11e544e0e64570f
        WEB_SITE=http://www.courier-mta.org/unicode
         ENTERED=20171207
         UPDATED=20251223
           SHORT="Courier Unicode Library"

cat << EOF
This library implements several algorithms related to the Unicode Standard:
- Look up uppercase, lowercase, and titlecase equivalents of a unicode character
- Implementation of grapheme and work breaking rules.
- Implementation of line breaking rules.
- Several ancillary functions, like looking up the unicode character that
  corresponds to some HTML 4.0 entity (such as “&amp;”, for example), and
  determining the normal width or a double-width status of a unicode character.
  Also, an adaptation of the iconv(3) API for this unicode library.
- Look up the Unicode script property.
- Look up the category property.
This library also implements C++ bindings for these algorithms.
EOF
