From 03933cd2d3a50bedee53b6b1ec36d0023afcbd57 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 1 Mar 2010 03:26:41 +0000 Subject: [PATCH] (char-db-coded-charset-priority-list): Add `=>>jis-x0213-1@{2000|2004}' and `=>>jis-x0208@1978'. --- lisp/utf-2000/char-db-util.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index c18d2f0..43cad9f 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -1,7 +1,7 @@ ;;; char-db-util.el --- Character Database utility -*- coding: utf-8-er; -*- ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009 MORIOKA Tomohiko. +;; 2007, 2008, 2009, 2010 MORIOKA Tomohiko. ;; Author: MORIOKA Tomohiko ;; Keywords: CHISE, Character Database, ISO/IEC 10646, UCS, Unicode, MULE. @@ -242,13 +242,16 @@ =ucs@iso =ucs@unicode =>>jis-x0208 + =>>jis-x0213-1 + =>>jis-x0213-1@2000 + =>>jis-x0213-1@2004 + =>>jis-x0213-2 + =>>jis-x0208@1978 =>jis-x0208 =>jis-x0208@1997 - =>>jis-x0213-1 =>jis-x0213-1 =>jis-x0213-1@2000 =>jis-x0213-1@2004 - =>>jis-x0213-2 =>jis-x0213-2 =big5 =big5-eten -- 1.7.10.4