るりまサーチ

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

別のキーワード

  1. _builtin to_h
  2. struct to_h
  3. ostruct to_h
  4. array to_h
  5. hash to_h

ライブラリ

キーワード

検索結果

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

@todo

@todo

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

@todo

@todo

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

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

...er オブジェクトを作成します。

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

options では String#enc...
...Encoding::Converter::UNDEF_HEX_CHARREF
* Encoding::Converter::UNIVERSAL_NEWLINE_DECORATOR
* Encoding::Converter::CRLF_NEWLINE_DECORATOR
* Encoding::Converter::CR_NEWLINE_DECORATOR
* Encoding::Converter::XML_TEXT_DECORATOR
* Encoding::Converter::XML_ATTR_CONTENT_DECORATOR
* Encoding::Con...
...F-8")

# Usually, decorators such as newline conversion are inserted last.
ec = Encoding::Converter.new("UTF-16BE", "UTF-8", :universal_newline => true)
p ec.convpath #=> [[#<Encoding:UTF-16BE>, #<Encoding:UTF-8>],
# "universal_newline"]

# But, if the last encoding is ASCII incompa...