pg-format / specification

Formal specification of Property Graph Exchange Format and its serializations
https://pg-format.github.io/specification/
3 stars 0 forks source link

Extend Unicode escape sequence #15

Open nichtich opened 1 month ago

nichtich commented 1 month ago

Handling of code points above U+10000 is inconvenient, but that's how JSON does it. I adding escape sequence \U like in Turtle makes sense.