From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/es/glossary/character_encoding/index.html | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 files/es/glossary/character_encoding/index.html (limited to 'files/es/glossary/character_encoding') diff --git a/files/es/glossary/character_encoding/index.html b/files/es/glossary/character_encoding/index.html new file mode 100644 index 0000000000..ae1d0df389 --- /dev/null +++ b/files/es/glossary/character_encoding/index.html @@ -0,0 +1,28 @@ +--- +title: Codificación de caracteres +slug: Glossary/character_encoding +tags: + - Caracter + - Caractères + - Codificación + - Glosario +translation_of: Glossary/character_encoding +--- +

Una codificación define cómo se traducen los bytes a texto y viceversa. Una secuencia de bytes se pueden interpretar de diferentes formas. Eligiendo una codificación en particular (como UTF-8), decimos como la secuencia de bytes debe ser interpretada.

+ +

Por ejemplo, en HTML normalmente especificamos que la codificiación va a ser UTF-8 con la siguiente linea:

+ +
+
<meta charset="utf-8">
+ +

Con esto te aseguras de que usando caracteres propios de cualquier lenguaje humano en tu documento HTML, se mostrarán de forma legible. 

+
+ +

Saber más

+ +

Conocimientos generales

+ + -- cgit v1.2.3-54-g00ecf