mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
f694ec83e8
* 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
98 lines
1.5 KiB
Ruby
98 lines
1.5 KiB
Ruby
ISO_8859_13_TO_UCS_TBL = [
|
|
["A0",0xA0],
|
|
["A1",0x201D],
|
|
["A2",0xA2],
|
|
["A3",0xA3],
|
|
["A4",0xA4],
|
|
["A5",0x201E],
|
|
["A6",0xA6],
|
|
["A7",0xA7],
|
|
["A8",0xD8],
|
|
["A9",0xA9],
|
|
["AA",0x156],
|
|
["AB",0xAB],
|
|
["AC",0xAC],
|
|
["AD",0xAD],
|
|
["AE",0xAE],
|
|
["AF",0xC6],
|
|
["B0",0xB0],
|
|
["B1",0xB1],
|
|
["B2",0xB2],
|
|
["B3",0xB3],
|
|
["B4",0x201C],
|
|
["B5",0xB5],
|
|
["B6",0xB6],
|
|
["B7",0xB7],
|
|
["B8",0xF8],
|
|
["B9",0xB9],
|
|
["BA",0x157],
|
|
["BB",0xBB],
|
|
["BC",0xBC],
|
|
["BD",0xBD],
|
|
["BE",0xBE],
|
|
["BF",0xE6],
|
|
["C0",0x104],
|
|
["C1",0x12E],
|
|
["C2",0x100],
|
|
["C3",0x106],
|
|
["C4",0xC4],
|
|
["C5",0xC5],
|
|
["C6",0x118],
|
|
["C7",0x112],
|
|
["C8",0x10C],
|
|
["C9",0xC9],
|
|
["CA",0x179],
|
|
["CB",0x116],
|
|
["CC",0x122],
|
|
["CD",0x136],
|
|
["CE",0x12A],
|
|
["CF",0x13B],
|
|
["D0",0x160],
|
|
["D1",0x143],
|
|
["D2",0x145],
|
|
["D3",0xD3],
|
|
["D4",0x14C],
|
|
["D5",0xD5],
|
|
["D6",0xD6],
|
|
["D7",0xD7],
|
|
["D8",0x172],
|
|
["D9",0x141],
|
|
["DA",0x15A],
|
|
["DB",0x16A],
|
|
["DC",0xDC],
|
|
["DD",0x17B],
|
|
["DE",0x17D],
|
|
["DF",0xDF],
|
|
["E0",0x105],
|
|
["E1",0x12F],
|
|
["E2",0x101],
|
|
["E3",0x107],
|
|
["E4",0xE4],
|
|
["E5",0xE5],
|
|
["E6",0x119],
|
|
["E7",0x113],
|
|
["E8",0x10D],
|
|
["E9",0xE9],
|
|
["EA",0x17A],
|
|
["EB",0x117],
|
|
["EC",0x123],
|
|
["ED",0x137],
|
|
["EE",0x12B],
|
|
["EF",0x13C],
|
|
["F0",0x161],
|
|
["F1",0x144],
|
|
["F2",0x146],
|
|
["F3",0xF3],
|
|
["F4",0x14D],
|
|
["F5",0xF5],
|
|
["F6",0xF6],
|
|
["F7",0xF7],
|
|
["F8",0x173],
|
|
["F9",0x142],
|
|
["FA",0x15B],
|
|
["FB",0x16B],
|
|
["FC",0xFC],
|
|
["FD",0x17C],
|
|
["FE",0x17E],
|
|
["FF",0x2019],
|
|
]
|