mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* 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
This commit is contained in:
		
							parent
							
								
									8b1b2638f3
								
							
						
					
					
						commit
						b285af6468
					
				
					 2 changed files with 8 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,7 @@
 | 
			
		|||
Sun Jun  2 02:08:37 2013  NARUSE, Yui  <naruse@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* enc/euc_jp.c: fix typo: the name of EUC-JIS-2004.
 | 
			
		||||
 | 
			
		||||
Sat Jun  1 23:17:00 2013  Charlie Somerville  <charliesome@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* vm_eval.c (rb_mod_module_eval): mention in docs that arguments passed
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -637,8 +637,8 @@ ENC_ALIAS("euc-jp-ms", "eucJP-ms")
 | 
			
		|||
ENC_REPLICATE("CP51932", "EUC-JP")
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Name: EUC-JP-2004
 | 
			
		||||
 * Link: http://ja.wikipedia.org/wiki/EUC-JP-2004
 | 
			
		||||
 * Name: EUC-JIS-2004
 | 
			
		||||
 * Link: http://ja.wikipedia.org/wiki/EUC-JIS-2004
 | 
			
		||||
 */
 | 
			
		||||
ENC_REPLICATE("EUC-JP-2004", "EUC-JP") /* defined at JIS X 0213:2004 */
 | 
			
		||||
ENC_ALIAS("EUC-JISX0213", "EUC-JP-2004") /* defined at JIS X 0213:2000, and obsolete at JIS X 0213:2004 */
 | 
			
		||||
ENC_REPLICATE("EUC-JIS-2004", "EUC-JP") /* defined at JIS X 0213:2004 */
 | 
			
		||||
ENC_ALIAS("EUC-JISX0213", "EUC-JIS-2004") /* defined at JIS X 0213:2000, and obsolete at JIS X 0213:2004 */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue