From 5ada4c3cfc871ec8f1c2de5b68b1c7eab88b4aab Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Mon, 24 Nov 2014 18:16:54 -0800 Subject: [PATCH] document `uescape` option in README --- CHANGES.md | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 319341a..a037aa9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ v2.2 * `return_maps` option +* `uescape` option for 7-bit clean output v2.1.1 diff --git a/README.md b/README.md index cfcd7d3..54ed046 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,10 @@ additional options beyond these. see any combination of these can be passed to **jsx** by using `{strict, [strict_option()]}`. `strict` is equivalent to `{strict, [comments, bad_utf8, single_quotes, escapes]}` +- `uescape` + + escape all codepoints outside the ascii range for 7 bit clean output + - `unescaped_jsonp` javascript interpreters treat the codepoints `u+2028` and `u+2029` as