mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20813 72102866-910b-0410-8b05-ffd578937521 |
||
---|---|---|
.. | ||
.cvsignore | ||
alphanumericCharSet.dat | ||
controlCharSet.dat | ||
dataToHeader.c | ||
decimalDigitCharSet.dat | ||
decomposableCharSet.dat | ||
GNUmakefile | ||
illegalCharSet.dat | ||
letterCharSet.dat | ||
lowercaseLetterCharSet.dat | ||
nonBaseCharSet.dat | ||
punctuationCharSet.dat | ||
README.CharSet | ||
symbolAndOperatorCharSet.dat | ||
uppercaseLetterCharSet.dat | ||
whitespaceAndNlCharSet.dat | ||
whitespaceCharSet.dat |
This files in this directory are CharacterSet bitmaps which contain a bitmap representation of the Unicode characters in the respective character sets. These file were generated automatically from the the latest version of the Unicode character set as of Feb. 27, 2001. The Unicode character set can be obtained from http://www.unicode.org The NSCharacterSetData.h file is generated from the binary bitmap data in the individual .dat files, and is compiled in to the NSCharacterSet class. The binary data files are no longer used at runtime. The current character sets are based on UnicodeData.txt version 3.0.1. NOTE: There are a number of differences between these sets and the sets provided by NeXT in their OPENSTEP system. The Unicode Consortium has added thousands of characters, and changed the classification for many of them, since the version of the Unicode standard used by NeXT.