Skip to content

BitmapCharacterSet is a set for characters that uses a bitmap for storing wide characters and an array of truth values for byte characters. Used by XMLParser. GemStone port

License

Notifications You must be signed in to change notification settings

GsDevKit/BitmapCharacterSet

 
 

Repository files navigation

BitmapCharacterSet Build Status

BitmapCharacterSet is a set for characters that uses a bitmap for storing wide characters and an array of truth values for byte characters. Used by XMLParser.

Installation

Metacello

Metacello new
	baseline: 'BitmapCharacterSet';
	repository: 'github://GsDevKit/BitmapCharacterSet:gemstone/filetree';
	load.

tODE command line

project install --url=http://gsdevkit.github.io/GsDevKit_home/BitmapCharacterSet.ston
project load BitmapCharacterSet

History

This project was migrated from http://smalltalkhub.com/#!/~PharoExtras/BitmapCharacterSet

About

BitmapCharacterSet is a set for characters that uses a bitmap for storing wide characters and an array of truth values for byte characters. Used by XMLParser. GemStone port

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smalltalk 100.0%