るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.023秒)

別のキーワード

  1. kconv toutf16
  2. kconv utf16
  3. nkf utf16
  4. psych utf16be
  5. psych utf16le

種類

検索結果

Psych::Nodes::Stream::UTF16LE -> Integer (18132.0)

UTF16LE エンコーディングを表します。

...UTF16LE エンコーディングを表します。

Psych
::Parser::UTF16LE と同じ値です。

@see Psych::Nodes::Stream.new...

Psych::Nodes::Stream.new(encoding = Psych::Nodes::Stream::UTF8) -> Psych::Nodes::Stream (18110.0)

Psych::Nodes::Stream オブジェクトを生成して返します。

...
Psych::Nodes::Stream
オブジェクトを生成して返します。

encoding には stream に使われるエンコーディングを指定します。
以下のいずれかを指定します。
* Psych::Nodes::Node::UTF8
* Psych::Nodes::Node::UTF16BE
* Psych::Nodes::Node::UTF16LE

@param...