mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* enc/iso_2022_jp.h: fix typos.
[ci skip][fix GH-1140] Patch by @jutaz * enc/utf_16_32.h: ditto. * enc/utf_7.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
30280ef6cd
commit
43ba3280c3
4 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
Mon Dec 14 11:27:01 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* enc/iso_2022_jp.h: fix typos.
|
||||
[ci skip][fix GH-1140] Patch by @jutaz
|
||||
* enc/utf_16_32.h: ditto.
|
||||
* enc/utf_7.h: ditto.
|
||||
|
||||
Mon Dec 14 11:25:57 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* benchmark/bm_app_aobench.rb: fix typos.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "regenc.h"
|
||||
/* dummy for unsupported, statefull encoding */
|
||||
/* dummy for unsupported, stateful encoding */
|
||||
ENC_DUMMY("ISO-2022-JP");
|
||||
ENC_ALIAS("ISO2022-JP", "ISO-2022-JP");
|
||||
ENC_REPLICATE("ISO-2022-JP-2", "ISO-2022-JP");
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "regenc.h"
|
||||
/* dummy for unsupported, statefull encoding */
|
||||
/* dummy for unsupported, stateful encoding */
|
||||
#define ENC_DUMMY_UNICODE(name) ENC_REPLICATE(name, name "BE")
|
||||
ENC_DUMMY_UNICODE("UTF-16");
|
||||
ENC_DUMMY_UNICODE("UTF-32");
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "regenc.h"
|
||||
/* dummy for unsupported, statefull encoding */
|
||||
/* dummy for unsupported, stateful encoding */
|
||||
ENC_DUMMY("UTF-7");
|
||||
ENC_ALIAS("CP65000", "UTF-7");
|
||||
|
||||
|
|
Loading…
Reference in a new issue