ruby-changes:19326
From: naruse <ko1@a...>
Date: Wed, 27 Apr 2011 11:45:45 +0900 (JST)
Subject: [ruby-changes:19326] Ruby:r31366 (trunk): * enc/trans/emoji_iso2022_kddi.trans: ISO-2022-JP-KDDI doesn't have
naruse 2011-04-27 11:45:36 +0900 (Wed, 27 Apr 2011) New Revision: 31366 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31366 Log: * 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. Modified files: trunk/ChangeLog trunk/enc/trans/emoji_iso2022_kddi.trans Index: ChangeLog =================================================================== --- ChangeLog (revision 31365) +++ ChangeLog (revision 31366) @@ -1,3 +1,10 @@ +Wed Apr 27 11:33:08 2011 NARUSE, Yui <naruse@r...> + + * 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 <nobu@r...> * configure.in (STRIP): use proper toolchain. based on a patch Index: enc/trans/emoji_iso2022_kddi.trans =================================================================== --- enc/trans/emoji_iso2022_kddi.trans (revision 31365) +++ enc/trans/emoji_iso2022_kddi.trans (revision 31366) @@ -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') %> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/