UTF-8/16/32 characters need to be encoded

This commit is contained in:
Peter Uithoven 2019-07-05 17:09:05 +02:00
parent 84cb0e8899
commit f2b4df9a8e

View File

@ -38,6 +38,8 @@ however: 'A string, enclosed in quotes.'
'Keys can be quoted too.': "Useful if you want to put a ':' in your key." 'Keys can be quoted too.': "Useful if you want to put a ':' in your key."
single quotes: 'have ''one'' escape pattern' single quotes: 'have ''one'' escape pattern'
double quotes: "have many: \", \0, \t, \u263A, \x0d\x0a == \r\n, and more." double quotes: "have many: \", \0, \t, \u263A, \x0d\x0a == \r\n, and more."
# UTF-8/16/32 characters need to be encoded
Superscript two: \u00B2
# Multiple-line strings can be written either as a 'literal block' (using |), # Multiple-line strings can be written either as a 'literal block' (using |),
# or a 'folded block' (using '>'). # or a 'folded block' (using '>').