fix(curriculum): removes duplicated "title" in UTF lesson (#63731)

This commit is contained in:
Daniel Czarnievicz
2025-11-11 17:01:48 +01:00
committed by GitHub
parent 8b4fba6c31
commit bbfcf91fdb

View File

@@ -7,8 +7,6 @@ dashedName: what-is-utf-8-character-encoding
# --description--
What is UTF-8 character encoding, and why is it needed?
UTF-8, or UCS Transformation Format 8, is a standardized character encoding widely used on the web. Character encoding is the method computers use to store characters as data. Essentially, all text on a web page is a sequence of characters stored as one or more bytes. In computing, a byte is a unit of data consisting of 8 bits, or binary digits. UTF-8 supports every character in the Unicode character set - and this includes characters and symbols from all writing systems, languages, and technical symbols. Here is an example of using the `meta` element with the `charset` attribute to set the character encoding to `UTF-8`:
```html