summaryrefslogtreecommitdiff
path: root/test/ruby/test_transcode.rb
AgeCommit message (Expand)Author
2011-06-10* test/ruby/test_transcode.rb (TestTranscode#test_Big5_Hkscs): fixnobu
2011-02-11* test/ruby/test_transcode.rb (test_from_cp50221): fix wrongnobu
2011-02-11* test/ruby: uniquify test names.nobu
2010-12-07* transcode.c (transcode_loop): call default handler of the givennobu
2010-11-29test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):duerst
2010-11-25fix typos.nobu
2010-11-24* enc/trans/utf_16_32.trans: add the UTF-32 converter.naruse
2010-11-23* test/ruby/test_transcode.rb: ASCII-8BIT is not a valid encoding name in Emacs.nobu
2010-11-23* enc/trans/utf_16_32.trans: add a convert from UTF-8 to UTF-16.naruse
2010-11-23* enc/trans/utf_16_32.trans: raise error on unpaired uppernaruse
2010-11-23* enc/utf_16_32.h: add UTF-16 and UTF-32 as a dummy encoding.naruse
2010-11-22* enc/big5.c: split CP950 from Big5.naruse
2010-06-12* enc/trans/utf8_mac.trans (buf_apply): fix for patternsnaruse
2010-05-17* enc/iso_2022_jp.h: add CP50220.naruse
2010-04-13* transcode.c (transcode_loop): insert output the value whennaruse
2010-04-01* enc/trans/iso2022.trans: CP50221 supports 8bit JIS.naruse
2010-01-25* lib/matrix.rb: suppress warnings.akr
2009-12-10* transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Addedduerst
2009-12-03* enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code tableduerst
2009-11-17* enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb,duerst
2009-07-30* transcode.c: added check for frozen string for encode! (see Bug #1836)duerst
2009-07-24* enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst
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