From: "mame (Yusuke Endoh)" Date: 2012-04-20T03:36:34+09:00 Subject: [ruby-core:44461] [ruby-trunk - Feature #6322][Assigned] Remove iconv Issue #6322 has been updated by mame (Yusuke Endoh). Status changed from Open to Assigned Assignee changed from matz (Yukihiro Matsumoto) to nobu (Nobuyoshi Nakada) Nobu, you are the maintainer of iconv. What do you think? -- Yusuke Endoh ---------------------------------------- Feature #6322: Remove iconv https://bugs.ruby-lang.org/issues/6322#change-26015 Author: drbrain (Eric Hodel) Status: Assigned Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: ext Target version: Currently when you require 'iconv' it reports a warning: $ ruby -v -r iconv -e 0 ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.3.0] [���]:in `require': iconv will be deprecated in the future, use String#encode instead. We should remove iconv since we have String#encode now. -- http://bugs.ruby-lang.org/