зеркало из https://github.com/github/ruby.git
* 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:
Родитель
86ed9661b8
Коммит
06911f90ce
|
@ -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
|
||||
|
|
|
@ -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')
|
||||
%>
|
||||
|
|
Загрузка…
Ссылка в новой задаче