るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.110秒)
トップページ > クエリ:i[x] > クエリ:h[x] > クエリ:Source[x] > クエリ:content[x]

別のキーワード

  1. _builtin to_h
  2. struct to_h
  3. ostruct to_h
  4. openstruct to_h
  5. enumerable to_h

ライブラリ

キーワード

検索結果

RSS::Rss::Channel::Item::Source#content (27102.0)

@todo

@todo

RSS::Rss::Channel::Item::Source#content= (15102.0)

@todo

@todo

Encoding::Converter.new(convpath) -> Encoding::Converter (3214.0)

Encoding::Converter オブジェクトを作成します。

...Encoding::Converter オブジェクトを作成します。

@param source_encoding 変換元のエンコーディング
@param destination_encoding 変換先のエンコーディング
@param options 変換の詳細を指定する定数やハッシュ
@param convpath 変換経路の配列

options...
...は String#encode でのハッシュオプションに加えて、以下の定数が利用可能です。

* Encoding::Converter::INVALID_REPLACE
* Encoding::Converter::UNDEF_REPLACE
* Encoding::Converter::UNDEF_HEX_CHARREF
* Encoding::Converter::UNIVERSAL_NEWLINE_DECORATOR
* Encoding::Con...
...verter::CRLF_NEWLINE_DECORATOR
* Encoding::Converter::CR_NEWLINE_DECORATOR
* Encoding::Converter::XML_TEXT_DECORATOR
* Encoding::Converter::XML_ATTR_CONTENT_DECORATOR
* Encoding::Converter::XML_ATTR_QUOTE_DECORATOR

//emlist[][ruby]{
# UTF-16BE to UTF-8
ec = Encoding::Converter.new("UTF-16BE...