summaryrefslogtreecommitdiff
path: root/test/ruby/test_transcode.rb
AgeCommit message (Expand)Author
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-01-22Recover default_default_internal.naruse
2009-01-21Add test for String#encode.naruse
2009-01-14* enc/trans/gb18030.trans, gb18030-tbl.rb:duerst
2009-01-04* enc/trans/gbk.trans, gbk-tbl.rb:duerst
2009-01-04* test/ruby/test_transcode.rb: added tests for GB2312duerst
2009-01-04* enc/trans/big5.trans, big5-tbl.rb:duerst
2008-12-25* transcode.c (str_transcode0): set encoding when String#encode wasnaruse
2008-12-09* enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb,duerst
2008-11-11* test/ruby/test_transcode.rb: unnecessary setup methodduerst
2008-11-11* enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb,duerst
2008-10-31* enc/trans/single_byte.trans, maccroatioan-tbl.rb,duerst
2008-10-19* enc/trans/single_byte.trans: adding WINDOWS-wwww encodingsduerst
2008-10-15* test/ruby/test_transcode.rb (TestTranscode#test_errors):matz
2008-10-14* enc/trans/single_byte.trans: added windows-1252duerst
2008-09-25* transcode.c (rb_eUndefinedConversionError): renamed fromakr
2008-09-18* transcode.c: add "Error" suffix for Encoding exception classes.matz
2008-09-14* transcode.c (str_encode): returns duplicated string if nothingnobu
2008-09-12add tests.akr
2008-09-08add tests.akr
2008-09-05add tests.akr
2008-09-04* include/ruby/encoding.h (ECONV_INVALID_IGNORE): removed becauseakr
2008-09-03* include/ruby/io.h (rb_io_t): new fields: encs.ecopts andakr
2008-09-03* enc/trans/japanese.trans: new file.akr
2008-09-01* enc/euc_jp.c (euc-jp-ms): euc-jp-ms is not EUC-JP not an alias ofnaruse
2008-09-01* test/ruby/test_transcode.rb (test_windows_31j): added.naruse
2008-08-31* tool/transcode-tblgen.rb: add table generator from Citrus maps.naruse
2008-08-26* test/ruby/test_transcode.rb: added test_euc_jpduerst
2008-08-24* include/ruby/encoding.h (rb_econv_open_exc): declared.akr
2008-08-22* test/ruby/test_transcode.rb: test_shift_jis:duerst
2008-08-12* transcode_data.h (TRANSCODE_ERROR): removed.akr
2008-08-11add a test.akr
2008-08-11* transcode_data.h (rb_transcoder): add resetstate_func field forakr
2008-08-11* transcode.c (rb_trans_conv): find second last error.akr
2008-08-11* transcode_data.h (rb_trans_result_t): new type.akr
2008-08-08add several tests for UTF-32LE.akr
2008-08-08* transcode_data.h (rb_transcoder): from_unit_length field added.akr
2008-08-07* transcode_data.h (rb_transcoding): new field "stateful".akr
2008-08-06add tests for [ruby-dev:35726] and [ruby-dev:35709].akr
2008-07-31* transcode.c (output_replacement_character):naruse
2008-07-31* test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):naruse
2008-07-31* transcode.c (get_replacement_character): use U+FFFD as replacementnaruse
2008-07-31test/ruby/test_transcode.rb: added test_shift_jisduerst
2008-07-25* test/ruby/test_transcode.rb: refactoring/cleanup ofduerst
2008-07-22* test/ruby/test_transcode.rb: added two commentsduerst
2008-06-04* test/ruby/test_transcode.rb: add tests for iso-2022-jp.mame
2008-03-16Sun Mar 16 18:07:07 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-03-05Web Mar 5 17:43:43 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-02-21Thu Feb 21 17:15:15 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-02-07* enc/trans/korean.c: add support for CP949 by Park Ji-In. [ruby-dev:33626]naruse