Skip to content

Commit

Permalink
merges r21509 and r21512 from trunk into ruby_1_9_1.
Browse files Browse the repository at this point in the history
* enc/trans/gb18030.trans, gb18030-tbl.rb:
  new Chinese GB18030 transcoding (from Yoshihiro Kambayashi)

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

* transcode_data.h, transcode.c, tool/transcode_tblgen.rb:
  added support for GB18030-specific 4-byte sequences
  (with Yoshihiro Kambayashi)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
yugui committed Jan 15, 2009
1 parent 6e6adcc commit d68854c
Show file tree
Hide file tree
Showing 7 changed files with 63,617 additions and 6 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Thu Jan 15 00:06:12 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>

* enc/trans/gb18030.trans: get rid of a 1.9 feature for cross
compile. [ruby-core:21345]

Wed Jan 14 20:05:05 2009 Martin Duerst <duerst@it.aoyama.ac.jp>

* enc/trans/gb18030.trans, gb18030-tbl.rb:
new Chinese GB18030 transcoding (from Yoshihiro Kambayashi)

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

* transcode_data.h, transcode.c, tool/transcode_tblgen.rb:
added support for GB18030-specific 4-byte sequences
(with Yoshihiro Kambayashi)

Wed Jan 14 16:16:19 2009 Yukihiro Matsumoto <matz@ruby-lang.org>

* ext/curses/extconf.rb: check ncursesw earlier than ncurses to
Expand Down
Loading

0 comments on commit d68854c

Please sign in to comment.