Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

ASCII: Difference between revisions

From MoodleDocs
(Created page with "The '''American Standard Code for Information Interchange''' (ASCII) is a character-encoding scheme based on the ordering of the English alphabet. ASCII codes represent text in c...")
 
(Note about plan not to migrate this page to the new developer resources. See template for more info.)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Template:WillNotMigrate}}
The '''American Standard Code for Information Interchange''' (ASCII) is a character-encoding scheme based on the ordering of the English alphabet. ASCII codes represent text in computers, communications equipment, and other devices that use text.  It was a standard for many years.
The '''American Standard Code for Information Interchange''' (ASCII) is a character-encoding scheme based on the ordering of the English alphabet. ASCII codes represent text in computers, communications equipment, and other devices that use text.  It was a standard for many years.


ASCII has the potential for 128 characters, 33 non printing and 94 printing.  This was a fixed 7 byte system.  It was difficult to use with written language systems that use 100s or 1000s of characters.
ASCII has the potential for 128 characters, 33 non printing and 94 printing.  This was a fixed 7 byte system.  It was difficult to use with written language systems that use 100s or 1000s of characters.


Moodle uses [[UTF-8]], which is backward compatible with ASCII.   
Moodle uses [https://docs.moodle.org/24/en/UTF-8 UTF-8], which is backward compatible with ASCII.   


==See also==
==See also==


*[[Wikipedia:ASCII]] for a long defination.
*[[Wikipedia:ASCII]] for a long definition.
 
[[es:ASCII]]

Latest revision as of 13:39, 24 June 2022


Warning: This page is no longer in use. The information contained on the page should NOT be seen as relevant or reliable.


The American Standard Code for Information Interchange (ASCII) is a character-encoding scheme based on the ordering of the English alphabet. ASCII codes represent text in computers, communications equipment, and other devices that use text. It was a standard for many years.

ASCII has the potential for 128 characters, 33 non printing and 94 printing. This was a fixed 7 byte system. It was difficult to use with written language systems that use 100s or 1000s of characters.

Moodle uses UTF-8, which is backward compatible with ASCII.

See also