diff options
Diffstat (limited to 'admin/charsets')
-rw-r--r-- | admin/charsets/Makefile.in | 6 | ||||
-rw-r--r-- | admin/charsets/cp932.awk | 3 | ||||
-rw-r--r-- | admin/charsets/eucjp-ms.awk | 2 | ||||
-rwxr-xr-x | admin/charsets/mapconv | 9 | ||||
-rw-r--r-- | admin/charsets/mapfiles/README | 6 |
5 files changed, 13 insertions, 13 deletions
diff --git a/admin/charsets/Makefile.in b/admin/charsets/Makefile.in index 9f6b3e9e94d..efeac266e57 100644 --- a/admin/charsets/Makefile.in +++ b/admin/charsets/Makefile.in @@ -141,7 +141,7 @@ ${charsetdir}/VSCII-2.map: ${GLIBC_CHARMAPS}/TCVN5712-1.gz ${mapconv} ${compact} ${charsetdir}/ALTERNATIVNYJ.map: ${charsetdir}/IBM866.map ${AM_V_GEN}(echo "# Modified from $(notdir $<) according to the chart at" && \ - echo "# http://www.cyrillic.com/ref/cyrillic/koi-8alt.html," && \ + echo "# https://web.archive.org/web/20100131045151/http://www.cyrillic.com/ref/cyrillic/koi-8alt.html" && \ echo "# with guesses for the Unicodes of the glyphs." && \ sed -e '1 d' \ -e '/0xF2/ s/ .*/ 0x2019/' \ @@ -226,8 +226,8 @@ ${lispintdir}/eucjp-ms.el: ${GLIBC_CHARMAPS}/EUC-JP-MS.gz ${eucjp_ms} # As Uni2JIS doesn't contain mappings of characters added to Unicode # recently, we add them manually here (including one correction for -# U+005C vs U+FF3C). These changes are based on bogytech's blog at -# http://bogytech.blogspot.jp/search/label/emacs. +# U+005C vs U+FF3C). These changes are based on bogytech's blog at: +# https://bogytech.blogspot.com/search/label/emacs ${charsetdir}/JISC6226.map: ${mapfiledir}/Uni2JIS ${mapconv} ${kuten} ${AM_V_GEN}(${run_mapconv} $< '/^[^#].*0-/' YASUOKA ${kuten} \ | sed -e '/0x2140/s/005C/FF3C/' && \ diff --git a/admin/charsets/cp932.awk b/admin/charsets/cp932.awk index 7fd3e9111f5..27fdf021488 100644 --- a/admin/charsets/cp932.awk +++ b/admin/charsets/cp932.awk @@ -22,8 +22,7 @@ # Add a sort key 0, 1, 2, or 3 at the tail of each line as a comment # to realize the round trip mapping to Unicode works as described in -# this page: -# http://support.microsoft.com/default.aspx?scid=kb;EN-US;170559 +# https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT # Each sort key means as below: # 0: JISX0208 characters. # 1: NEC special characters. diff --git a/admin/charsets/eucjp-ms.awk b/admin/charsets/eucjp-ms.awk index 94e27d00651..0c9f94d0f48 100644 --- a/admin/charsets/eucjp-ms.awk +++ b/admin/charsets/eucjp-ms.awk @@ -21,7 +21,7 @@ # Commentary: # eucJP-ms is one of eucJP-open encoding defined at this page: -# http://home.m05.itscom.net/numa/cde/ucs-conv/appendix.html +# https://web.archive.org/web/20120207064433/http://home.m05.itscom.net/numa/cde/ucs-conv/appendix.html # This program reads the mapping file EUC-JP-MS (of glibc) and # generates the Elisp file eucjp-ms.el that defines two translation # tables 'eucjp-ms-decode' and 'eucjp-ms-encode'. diff --git a/admin/charsets/mapconv b/admin/charsets/mapconv index 8e19972f3df..2af715a7763 100755 --- a/admin/charsets/mapconv +++ b/admin/charsets/mapconv @@ -51,17 +51,18 @@ case "$3" in SOURCE="";; CZYBORRA) BASE="$BASE.gz"; - SOURCE="http://czyborra.com/charsets/${BASE}";; + SOURCE="https://czyborra.com/charsets/${BASE}";; IANA) - SOURCE="http://www.iana.org/assignments/charset-reg/${BASE}";; + SOURCE="https://www.iana.org/assignments/charset-reg/${BASE}";; UNICODE) - SOURCE="http://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/${BASE}";; + SOURCE="https://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/${BASE}";; UNICODE2) - SOURCE="http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/${BASE}";; + SOURCE="https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/${BASE}";; YASUOKA) BASE="$BASE.Z"; SOURCE="http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/CJKtable/${BASE}";; KANJI-DATABASE) + # FIXME: This URL no longer works. SOURCE="http://kanji-database.cvs.sourceforge.net/viewvc/*checkout*/kanji-database/kanji-database/data/cns2ucsdkw.txt?revision=1.4";; *) printf 'Unknown file type: %s\n' "$3" diff --git a/admin/charsets/mapfiles/README b/admin/charsets/mapfiles/README index 7e4493bdc65..4cc615bf89f 100644 --- a/admin/charsets/mapfiles/README +++ b/admin/charsets/mapfiles/README @@ -15,7 +15,7 @@ files based on freely available information. * CP932.TXT Available at: - <http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT> + <https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT> * PTCP154 @@ -42,8 +42,8 @@ Available at: * stdenc.txt and symbol.txt Available at: - <http://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/stdenc.txt> - <http://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/symbol.txt> + <https://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/stdenc.txt> + <https://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/symbol.txt> (2) Newly created files |