Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: UTF-8.

UTF-8: Difference between revisions

From MoodleDocs
Line 4: Line 4:


==See also==
==See also==
*[[ASCII]] an old character based text coding system.
* [[Converting files to UTF-8]]
*[[Development:UTF-8 unicode]] for a discussion of UTF-8 in Moodle
* [[ASCII]] an old character based text coding system.
*[[Wikipedia:UTF-8]]
* [[Development:UTF-8 unicode]] for a discussion of UTF-8 in Moodle
* [[Wikipedia:UTF-8]]
 


[[Category:UTF-8]]
[[Category:UTF-8]]

Revision as of 13:25, 28 September 2010

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