0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 18:18:56 +02:00

ircd::json: Use lowercase escaped control unicodes per matrix canonical.

This commit is contained in:
Jason Volk 2022-07-02 14:26:22 -07:00
parent eb10f235cf
commit 7cb4e7a9d1

View file

@ -3357,15 +3357,15 @@ alignas(32)
"\\b",
"\\t",
"\\n",
"\\u000B",
"\\u000b",
"\\f",
"\\r",
"\\u000E", "\\u000F", "\\u0010",
"\\u000e", "\\u000f", "\\u0010",
"\\u0011", "\\u0012", "\\u0013",
"\\u0014", "\\u0015", "\\u0016",
"\\u0017", "\\u0018", "\\u0019",
"\\u001A", "\\u001B", "\\u001C",
"\\u001D", "\\u001E", "\\u001F",
"\\u001a", "\\u001b", "\\u001c",
"\\u001d", "\\u001e", "\\u001f",
};
/// Escaped control character LUT length hints