Registry / utility / iconv
library1.1.1rbrubygemsunverified

iconv is a wrapper library for the iconv character set conversion library.

gem install iconv
INSTALL
IMPORT
SIG · ICONV
I
iconv
utilityrubyv1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Iconv
require 'iconv'

Convert a string from ASCII to UTF-8 using iconv.

require 'iconv' converter = Iconv.new('UTF-8//IGNORE', 'ASCII') result = converter.iconv('Hello')
Debug
Known issues
breakingiconv is deprecated and removed in Ruby 3.0+; use String#encode instead.
fix
Replace Iconv with String#encode or the Encoding::Converter class.
affects: >= 3.0.0
Upgrade
Version history
1.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
iconv — gem install iconv · libregistry