Project

General

Profile

Actions

Feature #6322

closed

Remove iconv

Added by drbrain (Eric Hodel) about 12 years ago. Updated almost 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.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0