brunobuzzi / BitmapCharacterSet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 new
	baseline: 'BitmapCharacterSet';
	repository: 'github://pharo-contributions/BitmapCharacterSet/src';
	load.

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

License:MIT License


Languages

Language:Smalltalk 100.0%