Difference between revisions of "ASCII"

From AMule Project FAQ
Jump to: navigation, search
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
ASCII is a character set and codification which includes most the common English characters and symbols. It is reduced to 127 characters, which happens to be far below the amount of characters needed to suit the needs of all users around the worls. Therefore, the [[Unicode]] standard appeared.
+
ASCII is a [[character]] set and codification which includes most the common English characters and symbols. It is reduced to 127 characters, which happens to be far below the amount of characters needed to suit the needs of all users around the worls. Therefore, the [[Unicode]] standard appeared.
 +
 
 +
ASCII standard uses exactly one [[byte]] for each character.
 +
 
 +
Some extensions allow ASCII to set up to 256 characters but this bring incompatibilities between users using different extensions.
  
 
More information can be found at [http://en.wikipedia.org/wiki/ASCII Wikipedia's ASCII article].
 
More information can be found at [http://en.wikipedia.org/wiki/ASCII Wikipedia's ASCII article].

Latest revision as of 16:19, 11 November 2005

ASCII is a character set and codification which includes most the common English characters and symbols. It is reduced to 127 characters, which happens to be far below the amount of characters needed to suit the needs of all users around the worls. Therefore, the Unicode standard appeared.

ASCII standard uses exactly one byte for each character.

Some extensions allow ASCII to set up to 256 characters but this bring incompatibilities between users using different extensions.

More information can be found at Wikipedia's ASCII article.