Skip to content

swiftstack/ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Table

The ASCII table, an abbreviation for American Standard Code for Information Interchange, utilizes a 7-bit character encoding system to represent 128 unique characters. These include both control and printable characters. The table is composed of 32 control characters (ranging from 0-31) used for text formatting management, and 96 printable characters (ranging from 32-127). The latter includes the English alphabet, digits, and common punctuation marks.

Package.swift

.package(url: "https://github.com/swiftstack/ascii.git", .branch("dev"))

Usage

array[0] = .a

About

ASCII table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages