Mercurial > emacs
comparison admin/charsets/mapconv @ 89823:4dbae0eca96d
Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 12 Feb 2004 08:21:32 +0000 |
parents | 86b61bdf989b |
children | e0e4e6a0599f |
comparison
equal
deleted
inserted
replaced
89822:c6d196788a1c | 89823:4dbae0eca96d |
---|---|
36 | 36 |
37 BASE=`basename $1` | 37 BASE=`basename $1` |
38 | 38 |
39 case "$3" in | 39 case "$3" in |
40 GLIBC*) | 40 GLIBC*) |
41 SOURCE=`glibc-2.3.2/localedata/charmaps/${BASE}`;; | 41 SOURCE="glibc-2.3.2/localedata/charmaps/${BASE}";; |
42 CZYBORRA) | 42 CZYBORRA) |
43 SOURCE="http://czyborra.com/charsets/${BASE}";; | 43 SOURCE="http://czyborra.com/charsets/${BASE}";; |
44 IANA) | 44 IANA) |
45 SOURCE="http://www.iana.org/assignments/charset-reg/${BASE}";; | 45 SOURCE="http://www.iana.org/assignments/charset-reg/${BASE}";; |
46 UNICODE) | 46 UNICODE) |