summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_transcode.rb
Commit message (Expand)AuthorAgeFilesLines
* * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Addedduerst2009-12-101-3/+3
* * enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code tableduerst2009-12-031-2/+8
* * enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb,duerst2009-11-171-1/+6
* * transcode.c: added check for frozen string for encode! (see Bug #1836)duerst2009-07-301-0/+2
* * enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst2009-07-241-0/+68
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-88/+88
* Recover default_default_internal.naruse2009-01-221-0/+1
* Add test for String#encode.naruse2009-01-211-0/+12
* * enc/trans/gb18030.trans, gb18030-tbl.rb:duerst2009-01-141-0/+156
* * enc/trans/gbk.trans, gbk-tbl.rb:duerst2009-01-041-0/+114
* * test/ruby/test_transcode.rb: added tests for GB2312duerst2009-01-041-1/+49
* * enc/trans/big5.trans, big5-tbl.rb:duerst2009-01-041-0/+67
* * transcode.c (str_transcode0): set encoding when String#encode wasnaruse2008-12-251-0/+1
* * enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb,duerst2008-12-091-32/+160
* * test/ruby/test_transcode.rb: unnecessary setup methodduerst2008-11-111-15/+0
* * enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb,duerst2008-11-111-0/+347
* * enc/trans/single_byte.trans, maccroatioan-tbl.rb,duerst2008-10-311-0/+73
* * enc/trans/single_byte.trans: adding WINDOWS-wwww encodingsduerst2008-10-191-0/+259
* * test/ruby/test_transcode.rb (TestTranscode#test_errors):matz2008-10-151-2/+0
* * enc/trans/single_byte.trans: added windows-1252duerst2008-10-141-0/+27
* * transcode.c (rb_eUndefinedConversionError): renamed fromakr2008-09-251-78/+78
* * transcode.c: add "Error" suffix for Encoding exception classes.matz2008-09-181-86/+86
* * transcode.c (str_encode): returns duplicated string if nothingnobu2008-09-141-0/+6
* add tests.akr2008-09-121-0/+4
* add tests.akr2008-09-081-0/+2
* add tests.akr2008-09-051-0/+38
* * include/ruby/encoding.h (ECONV_INVALID_IGNORE): removed becauseakr2008-09-041-8/+8
* * include/ruby/io.h (rb_io_t): new fields: encs.ecopts andakr2008-09-031-0/+8
* * enc/trans/japanese.trans: new file.akr2008-09-031-0/+66
* * enc/euc_jp.c (euc-jp-ms): euc-jp-ms is not EUC-JP not an alias ofnaruse2008-09-011-0/+7
* * test/ruby/test_transcode.rb (test_windows_31j): added.naruse2008-09-011-0/+8
* * tool/transcode-tblgen.rb: add table generator from Citrus maps.naruse2008-08-311-2/+2
* * test/ruby/test_transcode.rb: added test_euc_jpduerst2008-08-261-0/+54
* * include/ruby/encoding.h (rb_econv_open_exc): declared.akr2008-08-241-4/+4
* * test/ruby/test_transcode.rb: test_shift_jis:duerst2008-08-221-21/+21
* * transcode_data.h (TRANSCODE_ERROR): removed.akr2008-08-121-30/+29
* add a test.akr2008-08-111-0/+11
* * transcode_data.h (rb_transcoder): add resetstate_func field forakr2008-08-111-0/+3
* * transcode.c (rb_trans_conv): find second last error.akr2008-08-111-0/+5
* * transcode_data.h (rb_trans_result_t): new type.akr2008-08-111-0/+4
* add several tests for UTF-32LE.akr2008-08-081-0/+7
* * transcode_data.h (rb_transcoder): from_unit_length field added.akr2008-08-081-1/+23
* * transcode_data.h (rb_transcoding): new field "stateful".akr2008-08-071-3/+4
* add tests for [ruby-dev:35726] and [ruby-dev:35709].akr2008-08-061-0/+6
* * transcode.c (output_replacement_character):naruse2008-07-311-0/+15
* * test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):naruse2008-07-311-2/+2
* * transcode.c (get_replacement_character): use U+FFFD as replacementnaruse2008-07-311-7/+4
* test/ruby/test_transcode.rb: added test_shift_jisduerst2008-07-311-0/+56
* * test/ruby/test_transcode.rb: refactoring/cleanup ofduerst2008-07-251-7/+8
* * test/ruby/test_transcode.rb: added two commentsduerst2008-07-221-2/+2