On Tue Nov 8 17:18:12 2022 +0000, David Kahurani wrote:
It is not escaped. Or, to put it more simply because I don't know whether my testing is sufficient - I don't see any other characters other than the manually written value. I'm also confused as to why you would anticipate that the value is escaped as, as only <functionname>Entity APIs seem to escape values.
Though, I think it will be necessary to escape the Unicode values into a string as `L"\U%08x"` to accommodate surrogates. Maybe this is what you were driving at.