sadly, no emoji in the docs :( hopefully this works

This commit is contained in:
Jeff Epler 2022-12-08 20:07:48 -06:00
parent 3cb628d290
commit 529ec23ecb
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -26,8 +26,9 @@ File format example:
str_key="Hello world" # with trailing comment str_key="Hello world" # with trailing comment
int_key = 7 int_key = 7
unicode_key="👨" unicode_key="œuvre"
unicode_key2="\\U0001f468" # same as above unicode_key2="\\u0153uvre" # same as above
unicode_key3="\\U00000153uvre" # same as above
escape_codes="supported, including \\r\\n\\"\\\\" escape_codes="supported, including \\r\\n\\"\\\\"
# comment # comment
[subtable] [subtable]