https://github.com/gnustep/libs-ucsdata
The GNUstep Unicode Character Set Data Library is a small library which loads the contents of the file UnicodeData.txt into a set of Objective C objects.
https://github.com/gnustep/libs-ucsdata
Last synced: over 1 year ago
JSON representation
The GNUstep Unicode Character Set Data Library is a small library which loads the contents of the file UnicodeData.txt into a set of Objective C objects.
- Host: GitHub
- URL: https://github.com/gnustep/libs-ucsdata
- Owner: gnustep
- Created: 2017-06-12T21:02:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T21:03:17.000Z (about 9 years ago)
- Last Synced: 2025-03-25T00:51:12.709Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://www.gnustep.org
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Introduction
************
The GNUstep Unicode Character Set Data Library is a small library which loads
the contents of the file UnicodeData.txt into a set of Objective C objects.
Installation
============
Install the library as any GNUstep library.
Get the file and
place it in a sub-directory called "Unicode" in one of the "Library"
directories in the standard system search path. For example,
$(GNUSTEP_LOCAL_ROOT)/Library/Unicode/
Use
===
Use the +unicodeData class method of GSUnicodeData to get an object which
contains the Unicode character database. Then, use the entryForCharacter:
method to access data by character value, or use the object enumerator to
enumerate all of the available characters. Each character's data is stored
in a GSUniChar object, which has methods to return the data from each of the
fields from its entry in the database.