aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2009-06-12 07:42:49 +0000
committerKenichi Handa2009-06-12 07:42:49 +0000
commit6c73ae8bbabe8c8096a3dfd589c942862bf1cc77 (patch)
tree158117ac529e31ff98c6820158f9ef38967f3112
parent09e47eb57a02674d23234bf1c01c2ac1ab3f8c09 (diff)
downloademacs-6c73ae8bbabe8c8096a3dfd589c942862bf1cc77.tar.gz
emacs-6c73ae8bbabe8c8096a3dfd589c942862bf1cc77.zip
*** empty log message ***
-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.