Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 858 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 858 Bytes

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