mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c,
iso_8859_2.c,iso_8859_6.c,iso_8859_7.c,iso_8859_8.c,iso_8859_9.c, shift_jis.c,windows_1251.c}: add document about encodings. * enc/cp949.c: divided into new file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									0f4199fb56
								
							
						
					
					
						commit
						8984fa6742
					
				
					 14 changed files with 345 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -273,5 +273,13 @@ OnigEncodingDefine(iso_8859_1, ISO_8859_1) = {
 | 
			
		|||
  onigenc_always_true_is_allowed_reverse_match
 | 
			
		||||
};
 | 
			
		||||
ENC_ALIAS("ISO8859-1", "ISO-8859-1");
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Name: windows-1252
 | 
			
		||||
 * MIBenum: 2252
 | 
			
		||||
 * Link: http://www.iana.org/assignments/character-sets
 | 
			
		||||
 * Link: http://www.microsoft.com/globaldev/reference/sbcs/1252.mspx
 | 
			
		||||
 * Link: http://en.wikipedia.org/wiki/Windows-1252
 | 
			
		||||
 */
 | 
			
		||||
ENC_REPLICATE("Windows-1252", "ISO-8859-1");
 | 
			
		||||
ENC_ALIAS("CP1252", "Windows-1252");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue