summaryrefslogtreecommitdiff
path: root/etc/charsets
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-05-30 21:52:50 +0000
committerDave Love <fx@gnu.org>2002-05-30 21:52:50 +0000
commit812b3925500a3b612df2b8e701eb6e2f5e96d57b (patch)
tree7ce8b6bd63a63a08dcf278867f5a9f4c6a50e453 /etc/charsets
parent2ec49574a7fa86b8e4a2fb98d076acd1ca981a56 (diff)
downloademacs-812b3925500a3b612df2b8e701eb6e2f5e96d57b.tar.gz
Fix description of ranges.
Diffstat (limited to 'etc/charsets')
-rw-r--r--etc/charsets/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/charsets/README b/etc/charsets/README
index 545a4c530cb..2eedc65819d 100644
--- a/etc/charsets/README
+++ b/etc/charsets/README
@@ -27,14 +27,14 @@
Each line contains a code point and the corresponding Unicode
character code separated by a space. Both code points and Unicode
character codes are in hexadecimal preceded by "0x". Comments may be
-used, starting with "#". Code ranges may also be used, with endpoints
-separated by "-", covering the same number of codepoints and
-unicodes.
+used, starting with "#". Code ranges may also be used, with
+(inclusive) start and end code points separated by "-" followed by the
+unicode of the start of the range
Examples:
0xA0 0x00A0 # no-break space
-0x81308130-0x81308435 0x0080-0x00A3 # map onto a Unicode range
+0x8141-0x8143 0x4E04 # map onto a Unicode range
(2) Source of mapping files