* 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
This commit is contained in:
naruse 2011-04-27 02:45:36 +00:00
parent 86ed9661b8
commit 06911f90ce
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Wed Apr 27 11:33:08 2011 NARUSE, Yui <naruse@ruby-lang.org>
* 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@ruby-lang.org>
* configure.in (STRIP): use proper toolchain. based on a patch

View File

@ -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')
%>