8000 * enc/euc_jp.c: fix typo: the name of EUC-JIS-2004. · plusplus/ruby@b285af6 · GitHub
[go: up one dir, main page]

Skip to content

Commit b285af6

Browse files
committed
* enc/euc_jp.c: fix typo: the name of EUC-JIS-2004.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 8b1b263 commit b285af6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Sun Jun 2 02:08:37 2013 NARUSE, Yui <naruse@ruby-lang.org>
2+
3+
* enc/euc_jp.c: fix typo: the name of EUC-JIS-2004.
4+
15
Sat Jun 1 23:17:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
26

37
* vm_eval.c (rb_mod_module_eval): mention in docs that arguments passed

enc/euc_jp.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,8 @@ ENC_ALIAS("euc-jp-ms", "eucJP-ms")
637637
ENC_REPLICATE("CP51932", "EUC-JP")
638638

639639
/*
640-
* Name: EUC-JP-2004
641-
* Link: http://ja.wikipedia.org/wiki/EUC-JP-2004
640+
* Name: EUC-JIS-2004
641+
* Link: http://ja.wikipedia.org/wiki/EUC-JIS-2004
642642
*/
643-
ENC_REPLICATE("EUC-JP-2004", "EUC-JP") /* defined at JIS X 0213:2004 */
644-
ENC_ALIAS("EUC-JISX0213", "EUC-JP-2004") /* defined at JIS X 0213:2000, and obsolete at JIS X 0213:2004 */
643+
ENC_REPLICATE("EUC-JIS-2004", "EUC-JP") /* defined at JIS X 0213:2004 */
644+
ENC_ALIAS("EUC-JISX0213", "EUC-JIS-2004") /* defined at JIS X 0213:2000, and obsolete at JIS X 0213:2004 */

0 commit comments

Comments
 (0)
0