diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-04 07:34:49 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-04 07:34:49 +0000 |
| commit | a878184d0d8ca3178c9d590e07b3b16f550b044e (patch) | |
| tree | 8d57d9e9048b46d34bbc9443d4d634f35be4eeed /ext/iconv/depend | |
| parent | c606550cf65d13bfb1354d32e1b37771c40ac4eb (diff) | |
* ext/iconv/iconv.c (iconv_create): achieve target encoding.
* ext/iconv/iconv.c (iconv_convert, iconv_finish, iconv_iconv,
iconv_conv): set result string encoding. [ruby-dev:32446]
* ext/iconv/iconv.c (iconv_initialize, iconv_s_open): set encoding to
Iconv instance.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/iconv/depend')
| -rw-r--r-- | ext/iconv/depend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/iconv/depend b/ext/iconv/depend index 688ddd97b..ac555596c 100644 --- a/ext/iconv/depend +++ b/ext/iconv/depend @@ -1,2 +1,2 @@ iconv.o: iconv.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h \ - $(hdrdir)/intern.h + $(hdrdir)/st.h $(hdrdir)/intern.h $(hdrdir)/encoding.h |
