Package gnustep-charsets: Information

    Binary package: gnustep-charsets
    Version: r29248-alt7.git20100109.1
    Architecture: i586
    Build time:  Jan 16, 2016, 02:02 AM in the task #155961
    Source package: gnustep-charsets
    Report package bug
    License: LGPLv2+
    Summary: Utilities for use with NSCharacterSet bitmap files
    Description: 
    mkcharsets: Creates the standard set of bitmap files for NSCharacterSet
      in the current directory.  Takes no argument ... it expects
      to read UnicodeData.txt in the current directory, and this
      file should be downloaded from mthe web (currently from
      http://www.unicode.org/Public/UNIDATA/)
    
    data2header: Takes the bitmaps produced by mkcharsets and generates a
      header file for use by NSCharacterSet.m ... which should
      be copied into core/base/Source.
      This contains two alternative representations of each
      characterset, one as a bitmap, and one as a list of ranges.
    
     ckcharset:Takes filename of character set bitmap as argument and
      prints out the Unicode names of all of the characters in
      the character set.



    Last changed


    Jan. 14, 2016 Mikhail Efremov r29248-alt7.git20100109.1
    - NMU: Rebuild with libgnutls30.
    Feb. 14, 2014 Eugeny A. Rostovtsev r29248-alt7.git20100109
    - Built with clang
    Jan. 29, 2014 Eugeny A. Rostovtsev r29248-alt6.git20100109
    - Added Requires: gnustep-back