953件ヒット
[1-100件を表示]
(0.196秒)
ライブラリ
- ビルトイン (652)
- csv (12)
- kconv (12)
-
minitest
/ unit (1) -
net
/ imap (36) - psych (72)
-
rexml
/ document (48) -
rexml
/ sax2listener (12) -
rexml
/ streamlistener (12) - rss (24)
- scanf (12)
- stringio (36)
-
webrick
/ httpresponse (12)
クラス
-
ARGF
. class (60) - Array (21)
- CSV (12)
-
Encoding
:: Converter (192) -
Encoding
:: InvalidByteSequenceError (72) -
Encoding
:: UndefinedConversionError (24) - IO (12)
- Integer (24)
-
Net
:: IMAP :: BodyTypeBasic (12) -
Net
:: IMAP :: BodyTypeMessage (12) -
Net
:: IMAP :: BodyTypeText (12) -
Psych
:: Handler (12) -
Psych
:: Nodes :: Stream (24) -
Psych
:: Stream (24) -
Psych
:: Visitors :: YAMLTree (12) -
RDoc
:: Options (12) -
REXML
:: Document (24) -
REXML
:: XMLDecl (24) - String (271)
- StringIO (36)
-
WEBrick
:: HTTPResponse (12)
モジュール
-
MiniTest
:: Assertions (1) -
REXML
:: SAX2Listener (12) -
REXML
:: StreamListener (12) -
RSS
:: RootElementMixin (24)
キーワード
- << (12)
- == (12)
-
append
_ as _ bytes (1) - casecmp (12)
- chr (24)
- chunked= (12)
- concat (21)
- convert (12)
- convpath (12)
-
destination
_ encoding (36) -
destination
_ encoding _ name (24) - encode (36)
- encode! (24)
- encoding= (24)
-
error
_ bytes (12) -
external
_ encoding (12) - finish (12)
-
force
_ encoding (12) -
insert
_ output (12) - inspect (12)
-
internal
_ encoding (24) -
mu
_ pp (1) -
output
_ encoding (12) -
output
_ encoding= (12) - pack (21)
-
primitive
_ convert (48) -
primitive
_ errinfo (12) - putback (24)
-
readagain
_ bytes (12) - replacement (12)
- replacement= (12)
- scanf (12)
- scrub (36)
- scrub! (36)
-
set
_ encoding (84) -
source
_ encoding (24) -
source
_ encoding _ name (12) - start (36)
-
start
_ stream (12) - tolocale (12)
-
unicode
_ normalize (11) -
unicode
_ normalize! (11) -
unicode
_ normalized? (11) - unpack (12)
- write (24)
- xmldecl (36)
検索結果
先頭5件
-
Encoding
:: UndefinedConversionError # destination _ encoding -> Encoding (24437.0) -
エラーを発生させた変換の変換先のエンコーディングを Encoding オブジェクトで返します。
...エラーを発生させた変換の変換先のエンコーディングを Encoding
オブジェクトで返します。
@see Encoding::UndefinedConversionError#source_encoding... -
Encoding
:: UndefinedConversionError # destination _ encoding _ name -> String (24420.0) -
エラーを発生させた変換の変換先のエンコーディングを文字列で返します。
...エラーを発生させた変換の変換先のエンコーディングを文字列で返します。
@see Encoding::UndefinedConversionError#destination_encoding... -
Psych
:: Nodes :: Stream # encoding -> Integer (24314.0) -
stream に使われるエンコーディングを返します。
...stream に使われるエンコーディングを返します。
@see Psych::Nodes::Stream#encoding=... -
String
# encoding -> Encoding (24261.0) -
文字列のエンコーディング情報を表現した Encoding オブジェクトを返します。
...列のエンコーディング情報を表現した Encoding オブジェクトを返します。
//emlist[例][ruby]{
# encoding: utf-8
utf8_str = "test"
euc_str = utf8_str.encode("EUC-JP")
utf8_str.encoding # => #<Encoding:UTF-8>
euc_str.encoding # => #<Encoding:EUC-JP>
//}
@see Encoding... -
Encoding
:: InvalidByteSequenceError # destination _ encoding -> Encoding (21449.0) -
エラーを発生させた変換の変換先のエンコーディングを Encoding オブジェクトで返します。
...エラーを発生させた変換の変換先のエンコーディングを Encoding
オブジェクトで返します。
@see Encoding::InvalidByteSequenceError#source_encoding,
Encoding::UndefinedConversionError#destination_encoding... -
Encoding
:: Converter # destination _ encoding -> Encoding (21427.0) -
変換先のエンコーディングを返します。
...変換先のエンコーディングを返します。
@return 変換先のエンコーディング
//emlist[][ruby]{
ec = Encoding::Converter.new("utf-8", "euc-jp")
ec.destination_encoding #=> #<Encoding:EUC-JP>
//}... -
Encoding
:: InvalidByteSequenceError # destination _ encoding _ name -> String (21420.0) -
エラーを発生させた変換の変換先のエンコーディングを文字列で返します。
...エラーを発生させた変換の変換先のエンコーディングを文字列で返します。
@see Encoding::InvalidByteSequenceError#destination_encoding... -
Net
:: IMAP :: BodyTypeBasic # encoding -> String (21324.0) -
Content-Transfer-Encoding の値を文字列で返します。
...Content-Transfer-Encoding の値を文字列で返します。
@see 2045... -
Net
:: IMAP :: BodyTypeMessage # encoding -> String (21324.0) -
Content-Transfer-Encoding の値を文字列で返します。
...Content-Transfer-Encoding の値を文字列で返します。
@see 2045...