[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Changes in mapconv
From: |
Eli Zaretskii |
Subject: |
Changes in mapconv |
Date: |
Fri, 12 Jun 2009 22:58:03 -0400 |
> Date: Fri, 12 Jun 2009 03:31:00 -0400
> From: address@hidden
> Reply-To: address@hidden
>
> RCS file: /cvsroot/emacs/emacs/admin/charsets/mapconv,v
> retrieving revision 1.5
> retrieving revision 1.6
> diff -u -b -r1.5 -r1.6
> --- mapconv 8 Jan 2009 04:24:45 -0000 1.5
> +++ mapconv 12 Jun 2009 07:22:48 -0000 1.6
> @@ -30,34 +30,42 @@
> # $1: source map file
> # $2: address pattern for sed (optionally with substitution command)
> # $3: format of source map file
> -# GLIBC-1 GLIBC-2 GLIBC-2-7 CZYBORRA IANA UNICODE YASUOKA MICROSOFT
> +# GLIBC-1 GLIBC-2 GLIBC-2-7 CZYBORRA IANA UNICODE YASUOKA
> [...]
> YASUOKA)
> - SOURCE="http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/.../${BASE}";;;
> - MICROSOFT)
> - SOURCE="http://www.microsoft.com/globaldev/reference/oem/${BASE}";;;
> + BASE="$BASE.Z";
> +
> SOURCE="http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/CJKtable/${BASE}";;;
> KANJI-DATABASE)
Why were the MICROSOFT parts removed? The log message does not reveal
any reason, nor even tells about the removal.
Btw, is there any documentation on how to add support for character
maps not in the current CVS? The only information I see is this
comment in the Makefile:
# If your system doesn't have the directory /usr/share/i18n/charmaps,
# get the source of the latest glibc, gzip all the charmap files in
# the directory "localedate/charmaps", and set the variable
# GLIBC_CHARMAPS to that directory.
This has two disadvantages:
. You have no way of adding a charmap that is not in the glibc
sources.
. Downloading the humongous glibc distro just to get a small part of
it is not my idea of fun.
Suppose I wanted to add codepage 853 support to Emacs: how would I go
about doing that?
- Changes in mapconv,
Eli Zaretskii <=