1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb,

cp855-tbl.rb, koi8-r-tbl.rb, koi8-u-tbl.rb, tis-620-tbl.rb:
  new single-byte transcodings (from Yoshihiro Kambayashi)

* test/ruby/test_transcode.rb: added tests for the above
  (from Yoshihiro Kambayashi), small cosmetic fixes


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2008-12-09 09:39:25 +00:00
parent 9e8367ad46
commit a28fdecda7
9 changed files with 915 additions and 32 deletions

View file

@ -73,6 +73,12 @@
transcode_tblgen_singlebyte "MACROMANIA"
transcode_tblgen_singlebyte "MACTURKISH"
transcode_tblgen_singlebyte "MACUKRAINE"
transcode_tblgen_singlebyte "KOI8-U"
transcode_tblgen_singlebyte "KOI8-R"
transcode_tblgen_singlebyte "TIS-620"
transcode_tblgen_singlebyte "CP850"
transcode_tblgen_singlebyte "CP852"
transcode_tblgen_singlebyte "CP855"
%>
<%= transcode_generated_code %>