From 59ca45fb82208b9758b0eb17b9ba670e5e53c240 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 26 Jan 2000 09:46:26 +0000 Subject: [PATCH] (vars_of_mule_charset): Update `utf-2000-version' to 0.14 (Kawachi-Katakami). --- src/mule-charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mule-charset.c b/src/mule-charset.c index a4873ae..0991fe1 100644 --- a/src/mule-charset.c +++ b/src/mule-charset.c @@ -2675,7 +2675,7 @@ Leading-code of private TYPE9N charset of column-width 1. #endif #ifdef UTF2000 - Vutf_2000_version = build_string("0.13 (Takaida)"); + Vutf_2000_version = build_string("0.14 (Kawachi-Katakami)"); DEFVAR_LISP ("utf-2000-version", &Vutf_2000_version /* Version number of UTF-2000. */ ); -- 1.7.10.4