* 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:
hsbt 2015-12-14 02:50:21 +00:00
parent 30280ef6cd
commit 43ba3280c3
4 changed files with 10 additions and 3 deletions

View File

@ -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> Mon Dec 14 11:25:57 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* benchmark/bm_app_aobench.rb: fix typos. * benchmark/bm_app_aobench.rb: fix typos.

View File

@ -1,5 +1,5 @@
#include "regenc.h" #include "regenc.h"
/* dummy for unsupported, statefull encoding */ /* dummy for unsupported, stateful encoding */
ENC_DUMMY("ISO-2022-JP"); ENC_DUMMY("ISO-2022-JP");
ENC_ALIAS("ISO2022-JP", "ISO-2022-JP"); ENC_ALIAS("ISO2022-JP", "ISO-2022-JP");
ENC_REPLICATE("ISO-2022-JP-2", "ISO-2022-JP"); ENC_REPLICATE("ISO-2022-JP-2", "ISO-2022-JP");

View File

@ -1,5 +1,5 @@
#include "regenc.h" #include "regenc.h"
/* dummy for unsupported, statefull encoding */ /* dummy for unsupported, stateful encoding */
#define ENC_DUMMY_UNICODE(name) ENC_REPLICATE(name, name "BE") #define ENC_DUMMY_UNICODE(name) ENC_REPLICATE(name, name "BE")
ENC_DUMMY_UNICODE("UTF-16"); ENC_DUMMY_UNICODE("UTF-16");
ENC_DUMMY_UNICODE("UTF-32"); ENC_DUMMY_UNICODE("UTF-32");

View File

@ -1,5 +1,5 @@
#include "regenc.h" #include "regenc.h"
/* dummy for unsupported, statefull encoding */ /* dummy for unsupported, stateful encoding */
ENC_DUMMY("UTF-7"); ENC_DUMMY("UTF-7");
ENC_ALIAS("CP65000", "UTF-7"); ENC_ALIAS("CP65000", "UTF-7");