Scott Williams 🐧 on Nostr: npub1mzd9x…4ak49 Note that in YAML, @ is specifically reserved and illegal for the ...
npub1mzd9x66tg80087anw4dzk8xjnwg09mkgqg5e6vuw6y54drqret8s54ak49 (npub1mzd…ak49) Note that in YAML, @ is specifically reserved and illegal for the first character of keys. JSON doesn't have this requirement.
Why unicode works:
`By convention, any URI characters other than the allowed printable ASCII characters are first encoded in UTF-8, and then each byte is escaped using the “%” character. The YAML processor must not expand such escaped characters. Tag characters must be preserved and compared exactly as presented in the YAML stream, without any processing. `
Why unicode works:
`By convention, any URI characters other than the allowed printable ASCII characters are first encoded in UTF-8, and then each byte is escaped using the “%” character. The YAML processor must not expand such escaped characters. Tag characters must be preserved and compared exactly as presented in the YAML stream, without any processing. `