emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/international eucjp-ms.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/international eucjp-ms.el
Date: Thu, 04 Jun 2009 01:29:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/06/04 01:29:58

Modified files:
        lisp/international: eucjp-ms.el 

Log message:
        Add commentary about where these code conversion rules came from 
(Bug#3428).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/international/eucjp-ms.el?cvsroot=emacs&r1=1.3&r2=1.4

Patches:
Index: eucjp-ms.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/eucjp-ms.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- eucjp-ms.el 10 Apr 2008 14:10:09 -0000      1.3
+++ eucjp-ms.el 4 Jun 2009 01:29:58 -0000       1.4
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]