sadly, no emoji in the docs :( hopefully this works
This commit is contained in:
parent
3cb628d290
commit
529ec23ecb
@ -26,8 +26,9 @@ File format example:
|
||||
|
||||
str_key="Hello world" # with trailing comment
|
||||
int_key = 7
|
||||
unicode_key="👨"
|
||||
unicode_key2="\\U0001f468" # same as above
|
||||
unicode_key="œuvre"
|
||||
unicode_key2="\\u0153uvre" # same as above
|
||||
unicode_key3="\\U00000153uvre" # same as above
|
||||
escape_codes="supported, including \\r\\n\\"\\\\"
|
||||
# comment
|
||||
[subtable]
|
||||
|
Loading…
Reference in New Issue
Block a user