Project

General

Profile

Actions

Feature #6322

closed

Remove iconv

Added by drbrain (Eric Hodel) about 12 years ago. Updated about 12 years ago.

Status:
Closed
Target version:
-
[ruby-core:44442]

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) about 12 years ago

I'm neutral now.

Updated by mame (Yusuke Endoh) about 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

Actions #3

Updated by nobu (Nobuyoshi Nakada) about 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

Also available in: Atom PDF

Like0
Like0Like0Like0