diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-20 08:05:44 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-20 08:05:44 +0000 |
| commit | 058836a711eeaf1b8f0fe4e1e3b266938c9d4689 (patch) | |
| tree | 941121f72d4e32b756acdc1c2a1c4f7a0cb849a3 /ChangeLog | |
| parent | 7a19c1b34db6e47acfdcc7391f336b33718b5d58 (diff) | |
* include/ruby/ruby.h (ExportStringValue): new macro to convert
string in internal encoding to external to export.
* string.c (rb_str_export): new function to do conversion to
external encoding.
* ext/sdbm/init.c: encoding conversion support.
* ext/dbm/dbm.c: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Mon Oct 20 16:48:43 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * include/ruby/ruby.h (ExportStringValue): new macro to convert + string in internal encoding to external to export. + + * string.c (rb_str_export): new function to do conversion to + external encoding. + + * ext/sdbm/init.c: encoding conversion support. + + * ext/dbm/dbm.c: ditto. + Mon Oct 20 15:42:02 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (rb_locale_str_new): new function to convert string |
