Flowdock
method

iconv

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: Iconv

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

These similar methods exist in v2_5_5:

iconv(p1, p2 = v2, p3 = v3) public

Shorthand for

Iconv.open(to, from) { |cd|
  (strs + [nil]).collect { |s| cd.iconv(s) }
}

Parameters

to, from

see Iconv.new

strs

strings to be converted

Exceptions

Exceptions thrown by Iconv.new, Iconv.open and Iconv#iconv.

Show source
Register or log in to add new notes.