mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* tool/build-transcode: new file.
* 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
This commit is contained in:
parent
81577c26ee
commit
f694ec83e8
30 changed files with 63539 additions and 33174 deletions
53
enc/trans/iso-8859-6-tbl.rb
Normal file
53
enc/trans/iso-8859-6-tbl.rb
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
ISO_8859_6_TO_UCS_TBL = [
|
||||
["A0",0xA0],
|
||||
["A4",0xA4],
|
||||
["AC",0x60C],
|
||||
["AD",0xAD],
|
||||
["BB",0x61B],
|
||||
["BF",0x61F],
|
||||
["C1",0x621],
|
||||
["C2",0x622],
|
||||
["C3",0x623],
|
||||
["C4",0x624],
|
||||
["C5",0x625],
|
||||
["C6",0x626],
|
||||
["C7",0x627],
|
||||
["C8",0x628],
|
||||
["C9",0x629],
|
||||
["CA",0x62A],
|
||||
["CB",0x62B],
|
||||
["CC",0x62C],
|
||||
["CD",0x62D],
|
||||
["CE",0x62E],
|
||||
["CF",0x62F],
|
||||
["D0",0x630],
|
||||
["D1",0x631],
|
||||
["D2",0x632],
|
||||
["D3",0x633],
|
||||
["D4",0x634],
|
||||
["D5",0x635],
|
||||
["D6",0x636],
|
||||
["D7",0x637],
|
||||
["D8",0x638],
|
||||
["D9",0x639],
|
||||
["DA",0x63A],
|
||||
["E0",0x640],
|
||||
["E1",0x641],
|
||||
["E2",0x642],
|
||||
["E3",0x643],
|
||||
["E4",0x644],
|
||||
["E5",0x645],
|
||||
["E6",0x646],
|
||||
["E7",0x647],
|
||||
["E8",0x648],
|
||||
["E9",0x649],
|
||||
["EA",0x64A],
|
||||
["EB",0x64B],
|
||||
["EC",0x64C],
|
||||
["ED",0x64D],
|
||||
["EE",0x64E],
|
||||
["EF",0x64F],
|
||||
["F0",0x650],
|
||||
["F1",0x651],
|
||||
["F2",0x652],
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue