UTF-8: Difference between revisions
From MoodleDocs
Frank Ralf (talk | contribs) |
m (fixed broken link to wikipedia UTF-8 page) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
* [[ASCII]] an old character based text coding system. | * [[ASCII]] an old character based text coding system. | ||
* [[Development:UTF-8 unicode]] for a discussion of UTF-8 in Moodle | * [[Development:UTF-8 unicode]] for a discussion of UTF-8 in Moodle | ||
* [ | * [http://en.wikipedia.org/wiki/UTF8 Wikipedia:UTF-8] | ||
* [[UTF-8 and BOM]] | * [[UTF-8 and BOM]] | ||
[[Category:UTF-8]] | [[Category:UTF-8]] | ||
[[es:UTF-8]] |
Latest revision as of 18:26, 18 November 2013
UTF-8 (8-bit UCS/Unicode Transformation Format) is a variable-length character coding system. It is able to represent any character in the Unicode standard, yet is backwards compatible with ASCII. It is used by Moodle and MoodleDocs.
One benefit of UTF-8 is its ability to deal with languages that have 100s and 1000s of characters.
See also
- Converting files to UTF-8
- ASCII an old character based text coding system.
- Development:UTF-8 unicode for a discussion of UTF-8 in Moodle
- Wikipedia:UTF-8
- UTF-8 and BOM