Package gnustep-charsets: Information

    Binary package: gnustep-charsets
    Version: r29248-alt4.git20100109
    Architecture: i586
    Build time:  Dec 31, 2012, 06:57 AM
    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.


    List of contributors:
    Eugeny A. Rostovtsev

    Last changed


    Dec. 31, 2012 Eugeny A. Rostovtsev r29248-alt4.git20100109
    - Rebuilt with libobjc2 instead of libobjc
    Dec. 12, 2012 Eugeny A. Rostovtsev r29248-alt3.svn20100109
    - Rebuilt with fixed gnustep-make
    Dec. 11, 2012 Eugeny A. Rostovtsev r29248-alt2.svn20100109
    - Rebuilt with /proc support