summaryrefslogtreecommitdiff
path: root/enc/trans/iso-8859-6-tbl.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-05 12:32:13 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-05 12:32:13 +0000
commitf694ec83e885f273ac4e0535d7f9e5e1ed9a70be (patch)
tree49ad7d76b005b123cfe2cab8bec01ab4666be2e0 /enc/trans/iso-8859-6-tbl.rb
parent81577c26ee741b69b1a5e7215eca9b4b0b3092bf (diff)
* 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
Diffstat (limited to 'enc/trans/iso-8859-6-tbl.rb')
-rw-r--r--enc/trans/iso-8859-6-tbl.rb53
1 files changed, 53 insertions, 0 deletions
diff --git a/enc/trans/iso-8859-6-tbl.rb b/enc/trans/iso-8859-6-tbl.rb
new file mode 100644
index 0000000000..d387372b98
--- /dev/null
+++ b/enc/trans/iso-8859-6-tbl.rb
@@ -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],
+]