File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
5
Sat Jun 1 23:17:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
2
6
3
7
* vm_eval.c (rb_mod_module_eval): mention in docs that arguments passed
Original file line number Diff line number Diff line change @@ -637,8 +637,8 @@ ENC_ALIAS("euc-jp-ms", "eucJP-ms")
637
637
ENC_REPLICATE ("CP51932" , "EUC-JP" )
638
638
639
639
/*
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
642
642
*/
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 */
You can’t perform that action at this time.
0 commit comments