hashicorp / hcl2

Former temporary home for experimental new version of HCL
https://github.com/hashicorp/hcl
Mozilla Public License 2.0
374 stars 64 forks source link

Unicode \uXXXX escape sequences are not implemented #6

Closed apparentlymart closed 6 years ago

apparentlymart commented 6 years ago

The specification claims that it's possible to write escape sequences like \uXXXX to insert a unicode character by codepoint, but the parser currently rejects this as an invalid escape sequence.