Also sync vsb.h comment with reality

parent bbef2afb
......@@ -89,9 +89,9 @@ void VSB_destroy(struct vsb **);
*/
#define VSB_QUOTE_JSON 2
/*
* Output suitable for inclusion between "..." in JSON
* Uses JSON \u%04x quoting.
* Anything above 0x7e had better be UTF-8
* JSON-like output suitable for inclusion between "..."
* Quotes <0x20 as \u%04x
* Keeps >0x7e unquoted
*/
#define VSB_QUOTE_HEX 4
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment