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.

License

Notifications You must be signed in to change notification settings

Yesplan/BitmapCharacterSet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitmapCharacterSet

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

Unit Tests Coverage Status

Pharo 7 Pharo 8 Pharo 9 Pharo 10 Pharo 11 Pharo 12 Pharo 13

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%