From a5f5559b298aa31788215efc176029d87479d1cc Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 4 Jun 2009 01:29:58 +0000 Subject: [PATCH] Add commentary about where these code conversion rules came from (Bug#3428). --- lisp/international/eucjp-ms.el | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lisp/international/eucjp-ms.el b/lisp/international/eucjp-ms.el index e658d2e41a6..9dc73a31968 100644 --- a/lisp/international/eucjp-ms.el +++ b/lisp/international/eucjp-ms.el @@ -1,5 +1,16 @@ ;;; eucjp-ms.el -- translation table for eucJP-ms. -*- no-byte-compile: t -*- -;;; Automatically genrated from eucJP-13th.txt, eucJP-udc.txt, eucJP-ibmext.txt + +;; This translation table was originally generated from the code set +;; conversion rules given in "Problems and Solutions for Unicode and +;; User/Vendor Defined Characters" (1996), by the TOG/JVC CDE/Motif +;; Technical Working Group. The Working Group's website is now +;; defunct, but the original files specifying these conversion rules +;; are archived here: +;; +;; http://home.m05.itscom.net/numa/cde/ucs-conv-e/eucJP-13th.txt +;; http://home.m05.itscom.net/numa/cde/ucs-conv-e/eucJP-udc.txt +;; http://home.m05.itscom.net/numa/cde/ucs-conv-e/eucJP-ibmext.txt + (let ((map '(;JISEXT<->UNICODE (#x2d21 . #x2460) -- 2.39.5