From 06911f90ce919479dc4242f4289abbe43703caa4 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 27 Apr 2011 02:45:36 +0000 Subject: [PATCH] * enc/trans/emoji_iso2022_kddi.trans: ISO-2022-JP-KDDI doesn't have CP932 UDA. Another reason is emacs-mule: the implementation of stateless-iso-2022-jp doesn't support beyond 94x94 (0x7fxx); but CP932 UDA is in 7Fxx-92xx. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ enc/trans/emoji_iso2022_kddi.trans | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 89fa3fd719..bbb2a8a3ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Apr 27 11:33:08 2011 NARUSE, Yui + + * enc/trans/emoji_iso2022_kddi.trans: ISO-2022-JP-KDDI doesn't have + CP932 UDA. Another reason is emacs-mule: the implementation of + stateless-iso-2022-jp doesn't support beyond 94x94 (0x7fxx); + but CP932 UDA is in 7Fxx-92xx. + Wed Apr 27 07:42:44 2011 Nobuyoshi Nakada * configure.in (STRIP): use proper toolchain. based on a patch diff --git a/enc/trans/emoji_iso2022_kddi.trans b/enc/trans/emoji_iso2022_kddi.trans index 97629db278..ccf3139d3c 100644 --- a/enc/trans/emoji_iso2022_kddi.trans +++ b/enc/trans/emoji_iso2022_kddi.trans @@ -31,7 +31,6 @@ JISX0208VDC:NEC/UCS CP932VDC:NEC_IBM/UCS CP932VDC:IBM/UCS - CP932UDA/UCS JISX0208:MS/UCS).join(",")), nil @@ -43,7 +42,6 @@ UCS/JISX0208VDC:NEC UCS/CP932VDC:NEC_IBM UCS/CP932VDC:IBM - UCS/CP932UDA UCS/JISX0208:MS).join(",")), ValidEncoding('UTF-8') %>