update utf8

This commit is contained in:
JMARyA 2024-03-07 00:06:37 +01:00
parent 9dd80a1da0
commit d86cbd2ac5
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 5 additions and 4 deletions
technology/files

View file

@ -86,7 +86,7 @@ In [JSON](JSON.md) land, that would give you the following structure:
```
### Strings
There are four ways to express strings: basic, multi-line basic, literal, and multi-line literal. All strings must contain only valid UTF-8 characters.
There are four ways to express strings: basic, multi-line basic, literal, and multi-line literal. All strings must contain only valid [UTF-8](Unicode.md) characters.
**Basic strings** are surrounded by quotation marks (`"`). Any [Unicode](Unicode.md) character may be used except those that must be escaped: quotation mark, backslash, and the control characters other than tab (U+0000 to U+0008, U+000A to U+001F, U+007F).