libs-base/NSCharacterSets
nicola 0161f1793f Very minor portability tweak for GNUmakefiles
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28309 72102866-910b-0410-8b05-ffd578937521
2009-05-29 10:17:21 +00:00
..
.cvsignore Initial revision 1996-01-22 23:32:28 +00:00
alphanumericCharSet.dat Fixup characterset information correcting problem with parsing ranges in 2006-08-16 09:40:43 +00:00
controlCharSet.dat control charset fixup 2006-08-16 10:55:48 +00:00
dataToHeader.c Fosdem updates. 2005-02-27 10:46:19 +00:00
decimalDigitCharSet.dat Fixup characterset information correcting problem with parsing ranges in 2006-08-16 09:40:43 +00:00
decomposableCharSet.dat Fixup characterset information correcting problem with parsing ranges in 2006-08-16 09:40:43 +00:00
GNUmakefile Very minor portability tweak for GNUmakefiles 2009-05-29 10:17:21 +00:00
illegalCharSet.dat Fixup characterset information correcting problem with parsing ranges in 2006-08-16 09:40:43 +00:00
letterCharSet.dat Fixup characterset information correcting problem with parsing ranges in 2006-08-16 09:40:43 +00:00
lowercaseLetterCharSet.dat Fixup characterset information correcting problem with parsing ranges in 2006-08-16 09:40:43 +00:00
nonBaseCharSet.dat Fixup characterset information correcting problem with parsing ranges in 2006-08-16 09:40:43 +00:00
punctuationCharSet.dat Fixup characterset information correcting problem with parsing ranges in 2006-08-16 09:40:43 +00:00
README.CharSet Update charsewt bitmaps 2006-04-01 06:53:24 +00:00
symbolAndOperatorCharSet.dat Fixup characterset information correcting problem with parsing ranges in 2006-08-16 09:40:43 +00:00
uppercaseLetterCharSet.dat Fixup characterset information correcting problem with parsing ranges in 2006-08-16 09:40:43 +00:00
whitespaceAndNlCharSet.dat Add support for code plane 16 in character sets. 2006-05-12 15:13:12 +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.