aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/charsets/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/charsets/README b/etc/charsets/README
index 397838db909..c4ea3094369 100644
--- a/etc/charsets/README
+++ b/etc/charsets/README
@@ -27,7 +27,7 @@ character code separated by a space. Both code points and Unicode
27character codes are in hexadecimal preceded by "0x". Comments may be 27character codes are in hexadecimal preceded by "0x". Comments may be
28used, starting with "#". Code ranges may also be used, with 28used, starting with "#". Code ranges may also be used, with
29(inclusive) start and end code points separated by "-" followed by the 29(inclusive) start and end code points separated by "-" followed by the
30unicode of the start of the range 30Unicode of the start of the range
31 31
32Examples: 32Examples:
330xA0 0x00A0 # no-break space 330xA0 0x00A0 # no-break space
@@ -39,4 +39,4 @@ Examples:
39 39
40All mapping files are generated automatically from data files freely 40All mapping files are generated automatically from data files freely
41available on the Internet (e.g. glibc/localedata/charmaps"). See the 41available on the Internet (e.g. glibc/localedata/charmaps"). See the
42file ../../admin/charsets/Makefile for the detail. 42file ../../admin/charsets/mapfiles/README for the detail.