libs-base/NSCharacterSets
Richard Frith-Macdonald 75b7f015ea More changes to build in standard bitmaps,
update the charset data from the latest usincode,
add 0x85 to the whitespace and newline set
add the capitalizedLetterCharacterSet


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20856 72102866-910b-0410-8b05-ffd578937521
2005-03-06 09:15:08 +00:00
..
.cvsignore Initial revision 1996-01-22 23:32:28 +00:00
alphanumericCharSet.dat Update NSCharacterSets to latest Unicode standard 2001-02-28 06:12:12 +00:00
controlCharSet.dat Update character sets 1999-04-09 15:34:49 +00:00
dataToHeader.c Fosdem updates. 2005-02-27 10:46:19 +00:00
decimalDigitCharSet.dat Update NSCharacterSets to latest Unicode standard 2001-02-28 06:12:12 +00:00
decomposableCharSet.dat Update NSCharacterSets to latest Unicode standard 2001-02-28 06:12:12 +00:00
GNUmakefile Minor tidy for mingw 2005-02-28 17:49:06 +00:00
illegalCharSet.dat Update NSCharacterSets to latest Unicode standard 2001-02-28 06:12:12 +00:00
letterCharSet.dat Update NSCharacterSets to latest Unicode standard 2001-02-28 06:12:12 +00:00
lowercaseLetterCharSet.dat Update NSCharacterSets to latest Unicode standard 2001-02-28 06:12:12 +00:00
nonBaseCharSet.dat Update NSCharacterSets to latest Unicode standard 2001-02-28 06:12:12 +00:00
punctuationCharSet.dat Update NSCharacterSets to latest Unicode standard 2001-02-28 06:12:12 +00:00
README.CharSet More changes to build in standard bitmaps, 2005-03-06 09:15:08 +00:00
symbolAndOperatorCharSet.dat Update character sets 1999-04-09 15:34:49 +00:00
uppercaseLetterCharSet.dat Update NSCharacterSets to latest Unicode standard 2001-02-28 06:12:12 +00:00
whitespaceAndNlCharSet.dat Whitespace character sets update. 2001-03-01 16:16:31 +00:00
whitespaceCharSet.dat Whitespace character sets update. 2001-03-01 16:16:31 +00:00

#############################################################################
   THIS DIRECTORY IS OBSOLETE AND IS NO LONGER USED

   The NSCharacterSetData.h file (in CVS in core/base/Source) is generated
   using the tools in dev-apps/charsets and the library in dev-libs/ucsdata

#############################################################################


   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 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.