From b706341577bdf45dc1c4e278e4be7608769998c4 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 29 Sep 2009 00:34:00 +0000 Subject: * encoding.c (rb_enc_unicode_p): defined. Returns 1 when the encoding is Unicode series other than UTF-7 else 0. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6fc369454..1b01b9552 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 29 06:49:16 2009 NARUSE, Yui + + * encoding.c (rb_enc_unicode_p): defined. + Returns 1 when the encoding is Unicode series + other than UTF-7 else 0. + Tue Sep 29 04:14:08 2009 NARUSE, Yui * encoding.c (rb_filesystem_encoding): On Unix systems, -- cgit