Actions
Feature #6322
closedRemove iconv
Description
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.
Updated by naruse (Yui NARUSE) over 12 years ago
I'm neutral now.
Updated by mame (Yusuke Endoh) over 12 years ago
- 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 mame@tsg.ne.jp
Updated by nobu (Nobuyoshi Nakada) over 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r35444.
Eric, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- ext/iconv: deprecated. [Feature #6322]
Actions
Like0
Like0Like0Like0