From ec6f334b566c2dd1adb7b68d5597d0e6c6040329 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 1 Sep 2018 14:46:56 +0300 Subject: [PATCH] Add Charencoding and UTF8 --- glossary/Character-encoding.md | 4 ++++ glossary/UTF-8.md | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 glossary/Character-encoding.md create mode 100644 glossary/UTF-8.md diff --git a/glossary/Character-encoding.md b/glossary/Character-encoding.md new file mode 100644 index 000000000..346b59c7b --- /dev/null +++ b/glossary/Character-encoding.md @@ -0,0 +1,4 @@ +### Character encoding + +A character encoding defines a mapping between bytes and text, specifying how the sequenece of bytes should be interpreted. +Two commonly used character encodings are ASCII and UTF-8. diff --git a/glossary/UTF-8.md b/glossary/UTF-8.md new file mode 100644 index 000000000..faba6cecd --- /dev/null +++ b/glossary/UTF-8.md @@ -0,0 +1,4 @@ +### UTF-8 + +UTF-8 stands for UCS Transformation Format 8 and is a commonly used character encoding. +UTF-8 is backwards compatible with ASCII and can represent and standard Unicode character.