libs-base/NSCharacterSets/README.CharSet
CaS 563b6a4282 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

25 lines
1.1 KiB
Text

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