diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:10:04 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:10:04 +0100 |
| commit | 669160fa20814937dec3fe42253b34521805994c (patch) | |
| tree | 7cfc430c9c4ccb4123f9e1fbbc7d883d85915d47 /maps/SYNTAX | |
| parent | Add some encodings (diff) | |
| download | libcharsets-669160fa20814937dec3fe42253b34521805994c.tar.gz libcharsets-669160fa20814937dec3fe42253b34521805994c.tar.bz2 libcharsets-669160fa20814937dec3fe42253b34521805994c.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'maps/SYNTAX')
| -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 |
