An open API service indexing awesome lists of open source software.

https://github.com/balancingrock/ascii

Global definitions of ASCII characters
https://github.com/balancingrock/ascii

Last synced: 9 months ago
JSON representation

Global definitions of ASCII characters

Awesome Lists containing this project

README

          

# Ascii

Definitions of, and operations for ASCII characters.

Ascii is part of the Swiftfire webserver project.

The [Swiftfire website](http://swiftfire.nl)

The [reference manual](http://swiftfire.nl/projects/ascii/reference/index.html)

# Version history

No new features planned. Updates are made on an ad-hoc basis as needed to support Swiftfire development.

#### 1.5.2

- Added swift language versions to manifest
- Added license file

#### 1.5.1

- Cleared git chaches to remove xcode project from the repo

#### 1.5.0

- Added isExtendedAscii

#### 1.4.1

- Upgraded swift tools to v5
- Updated header

#### 1.4.0

Upgraded to Swift 5

#### 1.3.1

Fixed access level for hexString

#### 1.3.0

Added conversion extension for UInt16 and hexString

#### 1.2.0

- Added Ascii set as extension to Characters.

#### 1.1.0

- Migrated to SPM 4

#### 1.0.0

- Initial release