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

View file

@ -18,7 +18,7 @@ MessagePack has two concepts: type system and formats.
- Boolean represents true or false
- Float represents a IEEE 754 double precision floating point number including NaN and Infinity
- Raw
- - String extending Raw type represents a UTF-8 string
- - String extending Raw type represents a [UTF-8](Unicode.md) string
- - Binary extending Raw type represents a byte array
- Array represents a sequence of objects
- Map represents key-value pairs of objects