mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* tool/transcode-tblgen.rb: new file. * enc/trans/make_transdb.rb: exclude *.erb.c. * enc/depend: exclude *.erb.c. * enc/trans/utf_16_32.erb.c: new file. * enc/trans/single_byte.erb.c: new file. * enc/trans/japanese.erb.c: new file. * enc/trans/korean.erb.c: new file. * enc/trans/iso-8859-2-tbl.rb: new file. * enc/trans/iso-8859-3-tbl.rb: new file. * enc/trans/iso-8859-4-tbl.rb: new file. * enc/trans/iso-8859-5-tbl.rb: new file. * enc/trans/iso-8859-6-tbl.rb: new file. * enc/trans/iso-8859-7-tbl.rb: new file. * enc/trans/iso-8859-8-tbl.rb: new file. * enc/trans/iso-8859-9-tbl.rb: new file. * enc/trans/iso-8859-10-tbl.rb: new file. * enc/trans/iso-8859-11-tbl.rb: new file. * enc/trans/iso-8859-13-tbl.rb: new file. * enc/trans/iso-8859-14-tbl.rb: new file. * enc/trans/iso-8859-15-tbl.rb: new file. * enc/trans/eucjp-tbl.rb: new file. * enc/trans/sjis-tbl.rb: new file. * enc/trans/euckr-tbl.rb: new file. * enc/trans/utf_16_32.c: regenerated. * enc/trans/single_byte.c: regenerated. * enc/trans/japanese.c: regenerated. * enc/trans/korean.c: regenerated. [ruby-dev:35730] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
		
			
				
	
	
		
			62 lines
		
	
	
	
		
			961 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
	
		
			961 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
ISO_8859_8_TO_UCS_TBL = [
 | 
						|
  ["A0",0xA0],
 | 
						|
  ["A2",0xA2],
 | 
						|
  ["A3",0xA3],
 | 
						|
  ["A4",0xA4],
 | 
						|
  ["A5",0xA5],
 | 
						|
  ["A6",0xA6],
 | 
						|
  ["A7",0xA7],
 | 
						|
  ["A8",0xA8],
 | 
						|
  ["A9",0xA9],
 | 
						|
  ["AA",0xD7],
 | 
						|
  ["AB",0xAB],
 | 
						|
  ["AC",0xAC],
 | 
						|
  ["AD",0xAD],
 | 
						|
  ["AE",0xAE],
 | 
						|
  ["AF",0xAF],
 | 
						|
  ["B0",0xB0],
 | 
						|
  ["B1",0xB1],
 | 
						|
  ["B2",0xB2],
 | 
						|
  ["B3",0xB3],
 | 
						|
  ["B4",0xB4],
 | 
						|
  ["B5",0xB5],
 | 
						|
  ["B6",0xB6],
 | 
						|
  ["B7",0xB7],
 | 
						|
  ["B8",0xB8],
 | 
						|
  ["B9",0xB9],
 | 
						|
  ["BA",0xF7],
 | 
						|
  ["BB",0xBB],
 | 
						|
  ["BC",0xBC],
 | 
						|
  ["BD",0xBD],
 | 
						|
  ["BE",0xBE],
 | 
						|
  ["DF",0x2017],
 | 
						|
  ["E0",0x5D0],
 | 
						|
  ["E1",0x5D1],
 | 
						|
  ["E2",0x5D2],
 | 
						|
  ["E3",0x5D3],
 | 
						|
  ["E4",0x5D4],
 | 
						|
  ["E5",0x5D5],
 | 
						|
  ["E6",0x5D6],
 | 
						|
  ["E7",0x5D7],
 | 
						|
  ["E8",0x5D8],
 | 
						|
  ["E9",0x5D9],
 | 
						|
  ["EA",0x5DA],
 | 
						|
  ["EB",0x5DB],
 | 
						|
  ["EC",0x5DC],
 | 
						|
  ["ED",0x5DD],
 | 
						|
  ["EE",0x5DE],
 | 
						|
  ["EF",0x5DF],
 | 
						|
  ["F0",0x5E0],
 | 
						|
  ["F1",0x5E1],
 | 
						|
  ["F2",0x5E2],
 | 
						|
  ["F3",0x5E3],
 | 
						|
  ["F4",0x5E4],
 | 
						|
  ["F5",0x5E5],
 | 
						|
  ["F6",0x5E6],
 | 
						|
  ["F7",0x5E7],
 | 
						|
  ["F8",0x5E8],
 | 
						|
  ["F9",0x5E9],
 | 
						|
  ["FA",0x5EA],
 | 
						|
  ["FD",0x200E],
 | 
						|
  ["FE",0x200F],
 | 
						|
]
 |