Donation?

Harley Hahn
Home Page

Send a Message
to Harley


A Personal Note
from Harley Hahn

Unix Book
Home Page

SEARCH

List of Chapters

Table of Contents

List of Figures

Chapters...
   1   2   3
   4   5   6
   7   8   9
  10  11  12
  13  14  15
  16  17  18
  19  20  21
  22  23  24
  25  26

Glossary

Appendixes...
  A  B  C
  D  E  F
  G  H

Command
Summary...

• Alphabetical
• By category

Unix-Linux
Timeline

Internet
Resources

Errors and
Corrections

Endorsements


INSTRUCTOR
AND STUDENT
MATERIAL...

Home Page
& Overview

Exercises
& Answers

The Unix Model
Curriculum &
Course Outlines

PowerPoint Files
for Teachers

Internet Resources for Appendix D

The ASCII Code

The ASCII code was created in 1967 and updated officially in 1968, 1977, 1986.

http://en.wikipedia.org/wiki/ASCII
Within the online manual, you can usually find an ASCII man page that contains the entire code for quick reference (try "man ascii"):
  Linux: http://linux.die.net/man/7/ascii
  FreeBSD: http://www.freebsd.org/cgi/man.cgi?query=ascii&sektion=7
  Solaris: http://docs.sun.com/app/docs/doc/819-2252/ascii-5
On some systems (but not Linux), there is also a public reference file that contains the ASCII code for quick reference. It will usually be one of the following:
  /usr/share/misc/ascii (BSD systems, such as FreeBSD)
  /usr/pub/ascii (Unix-based systems, such as Solaris)

Extended ASCII Code:

http://en.wikipedia.org/wiki/Extended_ASCII

Unicode was created as a more modern, universal character set. The goal of Unicode is to allow people around the world to use computers in any language. The first version of Unicode was released in October 1991.

http://en.wikipedia.org/wiki/Unicode
http://www.unicode.org/standard/standard.html

Jump to top of page