diff options
| -rw-r--r-- | doc/emacs/mule.texi | 9 | ||||
| -rw-r--r-- | lisp/international/mule-conf.el | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index 5a166d13124..909c866a1c2 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi | |||
| @@ -1733,9 +1733,12 @@ internal representation within Emacs. | |||
| 1733 | @findex list-character-sets | 1733 | @findex list-character-sets |
| 1734 | @kbd{M-x list-character-sets} displays a list of all supported | 1734 | @kbd{M-x list-character-sets} displays a list of all supported |
| 1735 | charsets. The list gives the names of charsets and additional | 1735 | charsets. The list gives the names of charsets and additional |
| 1736 | information to identity each charset; see the | 1736 | information to identity each charset; for more details, see the |
| 1737 | @url{http://www.itscj.ipsj.or.jp/ISO-IR/, International Register of | 1737 | @url{https://www.itscj.ipsj.or.jp/itscj_english/iso-ir/ISO-IR.pdf, |
| 1738 | Coded Character Sets} for more details. In this list, | 1738 | International Register of Coded Character Sets} maintained by |
| 1739 | the @url{https://www.itscj.ipsj.or.jp/itscj_english/, | ||
| 1740 | Information Processing Society of Japan/Information Technology | ||
| 1741 | Standards Commission of Japan (IPSJ/ITSCJ)}. In this list, | ||
| 1739 | charsets are divided into two categories: @dfn{normal charsets} are | 1742 | charsets are divided into two categories: @dfn{normal charsets} are |
| 1740 | listed first, followed by @dfn{supplementary charsets}. A | 1743 | listed first, followed by @dfn{supplementary charsets}. A |
| 1741 | supplementary charset is one that is used to define another charset | 1744 | supplementary charset is one that is used to define another charset |
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 3308dbd17c0..babb83bc647 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -35,7 +35,9 @@ | |||
| 35 | 35 | ||
| 36 | ;;; Remarks | 36 | ;;; Remarks |
| 37 | 37 | ||
| 38 | ;; The ISO-IR registry is at http://www.itscj.ipsj.or.jp/ISO-IR/. | 38 | ;; The ISO-IR registry is maintained by the Information Processing |
| 39 | ;; Society of Japan/Information Technology Standards Commission of | ||
| 40 | ;; Japan (IPSJ/ITSCJ) at https://www.itscj.ipsj.or.jp/itscj_english/. | ||
| 39 | ;; Standards docs equivalent to iso-2022 and iso-8859 are at | 41 | ;; Standards docs equivalent to iso-2022 and iso-8859 are at |
| 40 | ;; http://www.ecma.ch/. | 42 | ;; http://www.ecma.ch/. |
| 41 | 43 | ||