ruby--ruby/enc
duerst 2e7815dd80 Sun Mar 16 18:07:07 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
* enc/trans/utf_16_32.c: bug fix (some invalid UTF-8 sequences
	  were legal)

	* test/ruby/test_transcode.rb: test for above bug



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-03-16 09:09:53 +00:00
..
trans Sun Mar 16 18:07:07 2008 Martin Duerst <duerst@it.aoyama.ac.jp> 2008-03-16 09:09:53 +00:00
Makefile.in * enc/Makefile.in: ditto. 2008-01-15 08:53:07 +00:00
ascii.c * ascii.c: remove difinition of replica KOI8-U. 2008-01-19 20:04:35 +00:00
big5.c * enc/big5.c (big5_mbc_enc_len): validation implemented. 2008-01-28 06:33:57 +00:00
cp949.c * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, 2008-02-17 03:21:20 +00:00
depend * enc/{depend,make_encdb.rb,trans/make_transdb.rb}: sort in alpha-numeric order. 2008-02-22 00:07:23 +00:00
euc_jp.c * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, 2008-02-17 03:21:20 +00:00
euc_kr.c * enc/euc_kr.c: remove CP949. 2008-01-29 04:41:41 +00:00
euc_tw.c * enc/euc_tw.c (euctw_mbc_enc_len): validation implemented. 2008-01-29 15:10:50 +00:00
gb2312.c * enc/*.c: add GB12345, UCS-{2,4}{BE,LE}. 2008-01-30 08:35:03 +00:00
gb18030.c fix state definition. 2008-01-29 15:35:37 +00:00
gbk.c * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, 2008-02-17 03:21:20 +00:00
iso_2022_jp.h * common.mk (encdb.h): give output file name to make_encdb.rb. 2008-01-17 14:56:22 +00:00
iso_8859_1.c * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, 2008-02-17 03:21:20 +00:00
iso_8859_2.c * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, 2008-02-17 03:21:20 +00:00
iso_8859_3.c * enc/*: add ARG_UNUSED. 2008-01-15 14:54:40 +00:00
iso_8859_4.c * enc/iso_8859_{4,13}.c: Windows-1257 is replica of ISO-8859-13. 2008-02-15 20:55:27 +00:00
iso_8859_5.c * enc/*: add ARG_UNUSED. 2008-01-15 14:54:40 +00:00
iso_8859_6.c * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, 2008-02-17 03:21:20 +00:00
iso_8859_7.c * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, 2008-02-17 03:21:20 +00:00
iso_8859_8.c * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, 2008-02-17 03:21:20 +00:00
iso_8859_9.c * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, 2008-02-17 03:21:20 +00:00
iso_8859_10.c * enc/*: add ARG_UNUSED. 2008-01-15 14:54:40 +00:00
iso_8859_11.c * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, 2008-02-17 03:21:20 +00:00
iso_8859_13.c * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, 2008-02-17 03:21:20 +00:00
iso_8859_14.c * enc/*: add ARG_UNUSED. 2008-01-15 14:54:40 +00:00
iso_8859_15.c * enc/*: add ARG_UNUSED. 2008-01-15 14:54:40 +00:00
iso_8859_16.c * enc/*: add ARG_UNUSED. 2008-01-15 14:54:40 +00:00
koi8_r.c * enc/*.c: add GB12345, UCS-{2,4}{BE,LE}. 2008-01-30 08:35:03 +00:00
koi8_u.c * enc/koi8_u.c: added. 2008-01-19 15:37:06 +00:00
make_encdb.rb * enc/{depend,make_encdb.rb,trans/make_transdb.rb}: sort in alpha-numeric order. 2008-02-22 00:07:23 +00:00
make_encmake.rb * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even if 2008-02-26 18:56:00 +00:00
shift_jis.c * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, 2008-02-17 03:21:20 +00:00
unicode.c * enc/koi8_u.c: added. 2008-01-19 15:37:06 +00:00
us_ascii.c * enc/us_ascii.c: wrong alias name: ANSI_X3.4-1986. 2008-01-14 12:11:06 +00:00
utf_7.h * enc/utf_7.h: add dummy encoding UTF-7 and its alias CP65000. 2008-01-28 08:57:40 +00:00
utf_8.c * enc/utf_8.c: add alias CP65001. 2008-01-28 08:41:49 +00:00
utf_16be.c * enc/*.c: add GB12345, UCS-{2,4}{BE,LE}. 2008-01-30 08:35:03 +00:00
utf_16le.c * enc/utf_16be.c (UTF16_IS_SURROGATE_FIRST): avoid branch. 2008-01-30 03:49:54 +00:00
utf_32be.c * enc/*.c: add GB12345, UCS-{2,4}{BE,LE}. 2008-01-30 08:35:03 +00:00
utf_32le.c * enc/*.c: add GB12345, UCS-{2,4}{BE,LE}. 2008-01-30 08:35:03 +00:00
windows_1251.c * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, 2008-02-17 03:21:20 +00:00