libs-base/NSCharacterSets
Richard Frith-MacDonald 8632d7f34a improve setting of warning flags
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29899 72102866-910b-0410-8b05-ffd578937521
2010-03-11 08:08:08 +00:00
..
.cvsignore Initial revision 1996-01-22 23:32:28 +00:00
alphanumericCharSet.dat OSX compatibility update for newline character set. 2010-01-09 07:45:18 +00:00
controlCharSet.dat OSX compatibility update for newline character set. 2010-01-09 07:45:18 +00:00
dataToHeader.c Fosdem updates. 2005-02-27 10:46:19 +00:00
decimalDigitCharSet.dat OSX compatibility update for newline character set. 2010-01-09 07:45:18 +00:00
decomposableCharSet.dat OSX compatibility update for newline character set. 2010-01-09 07:45:18 +00:00
GNUmakefile improve setting of warning flags 2010-03-11 08:08:08 +00:00
illegalCharSet.dat OSX compatibility update for newline character set. 2010-01-09 07:45:18 +00:00
letterCharSet.dat OSX compatibility update for newline character set. 2010-01-09 07:45:18 +00:00
lowercaseLetterCharSet.dat OSX compatibility update for newline character set. 2010-01-09 07:45:18 +00:00
newlineCharSet.dat OSX compatibility update for newline character set. 2010-01-09 07:45:18 +00:00
nonBaseCharSet.dat OSX compatibility update for newline character set. 2010-01-09 07:45:18 +00:00
punctuationCharSet.dat OSX compatibility update for newline character set. 2010-01-09 07:45:18 +00:00
README.CharSet Update charsewt bitmaps 2006-04-01 06:53:24 +00:00
symbolAndOperatorCharSet.dat OSX compatibility update for newline character set. 2010-01-09 07:45:18 +00:00
uppercaseLetterCharSet.dat OSX compatibility update for newline character set. 2010-01-09 07:45:18 +00:00
whitespaceAndNlCharSet.dat OSX compatibility update for newline character set. 2010-01-09 07:45:18 +00:00
whitespaceCharSet.dat Add support for code plane 16 in character sets. 2006-05-12 15:13:12 +00:00

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

   The NSCharacterSetData.h file (in SVN in libs/base/Source) is generated
   using the tools in tools/charsets and the library in 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.