1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Fix description of ranges.

This commit is contained in:
Dave Love 2002-05-30 21:52:50 +00:00
parent 2ec49574a7
commit 812b392550

View File

@ -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