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
- Host: GitHub
- URL: https://github.com/balancingrock/ascii
- Owner: Balancingrock
- License: mit
- Created: 2017-02-04T15:58:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T11:47:19.000Z (about 6 years ago)
- Last Synced: 2025-01-27T05:32:10.987Z (over 1 year ago)
- Language: Swift
- Homepage: http://swiftfire.nl/
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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