diff options
Diffstat (limited to '')
| -rw-r--r-- | maps/SYNTAX | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/SYNTAX b/maps/SYNTAX index a3ad110..04e17a8 100644 --- a/maps/SYNTAX +++ b/maps/SYNTAX @@ -18,7 +18,7 @@ value calculations can be specified in <sequence range> If "readonly" is present, the mapping should only be used when decoding, not when encoding. For each mapped code point, there must exist exactly - on mapping that is not "readonly". + one mapping that is not "readonly". <sequence range> <byte> @@ -35,7 +35,7 @@ <value>(["-"|"+"]<value>)... The <value>s should be ordered by mapping value. The first <value> is the lowest values byte in domain (valued 0). - "-" creates a range from the previous <value> upto and include + "-" creates a range from the previous <value> up to and including the <value> behind it "+" creates a domain disjunction, skipping over the values between, but excluding, the values between the <value>s |
