Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnustep/tools-charsets
Utilities for use with NSCharacterSet bitmap files.
https://github.com/gnustep/tools-charsets
Last synced: about 1 month ago
JSON representation
Utilities for use with NSCharacterSet bitmap files.
- Host: GitHub
- URL: https://github.com/gnustep/tools-charsets
- Owner: gnustep
- License: gpl-3.0
- Created: 2014-08-09T04:02:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T11:04:00.000Z (almost 5 years ago)
- Last Synced: 2023-03-12T04:27:46.333Z (almost 2 years ago)
- Language: Objective-C
- Homepage: http://www.gnustep.org/
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
NSCharacterSet Utilities
************************
Utilities for use with NSCharacterSet bitmap files.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.You need to have installed the ucsdata library from dev-libs in order to
build these tools.For a new release of the gnustep-base library, the maintainer should get the
latest UnicodeData.txt file and run mkcharsets to produce data files for all
the standard charactersets, then run data2header giving it all those data file
names so that it will produce the header file for the base library.UnicodeData.txt