るりまサーチ

最速Rubyリファレンスマニュアル検索!
614件ヒット [401-500件を表示] (0.013秒)
トップページ > クエリ:charset[x]

別のキーワード

  1. cgi accept_charset
  2. cgi/core accept_charset
  3. meta charset
  4. rss charset
  5. rss charset=

検索結果

<< < ... 3 4 5 6 7 > >>

Encoding::Big5_HKSCS -> Encoding (6.0)

Big5-HKSCS エンコーディングです。

...Big5-HKSCS エンコーディングです。

香港で使われている Big5 の亜種です。

@see http://www.iana.org/assignments/charset-reg/Big5-HKSCS,
http://www.ogcio.gov.hk/en/business/tech_promotion/ccli/hkscs/...

Encoding::Big5_HKSCS_2008 -> Encoding (6.0)

Big5-HKSCS エンコーディングです。

...Big5-HKSCS エンコーディングです。

香港で使われている Big5 の亜種です。

@see http://www.iana.org/assignments/charset-reg/Big5-HKSCS,
http://www.ogcio.gov.hk/en/business/tech_promotion/ccli/hkscs/...

Encoding::CP936 -> Encoding (6.0)

GBK エンコーディング

...GBK エンコーディング

中国で用いられる簡体字中国語のエンコーディングです。

@see http://www.iana.org/assignments/character-sets,
http://www.iana.org/assignments/charset-reg/GBK,
http://www.microsoft.com/globaldev/reference/dbcs/936.mspx...

Encoding::GB18030 -> Encoding (6.0)

GBK エンコーディング

...GBK エンコーディング

中国で用いられる中国語のエンコーディングです。

@see http://www.iana.org/assignments/charset-reg/GB18030...

Encoding::GBK -> Encoding (6.0)

GBK エンコーディング

...GBK エンコーディング

中国で用いられる簡体字中国語のエンコーディングです。

@see http://www.iana.org/assignments/character-sets,
http://www.iana.org/assignments/charset-reg/GBK,
http://www.microsoft.com/globaldev/reference/dbcs/936.mspx...

絞り込み条件を変える

NEWS for Ruby 2.7.0 (6.0)

NEWS for Ruby 2.7.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...ようになりました。
代わりにURI.openを使ってください。 15893
* メディアタイプ "text/*" のデフォルトの charset が ISO-8859-1 から UTF-8 に
なりました。 15933

* OptionParser
* 不明なオプションに対して "Did you mean?" が...

Net::FTP::MLSxEntry#facts -> { String => String|Integer|Time } (6.0)

そのエントリの「facts」を返します。

...tet単位)
* "unique": ユニークID (String)
* "lang": ファイルの言語 (String)
* "media-type": メディアタイプ (String)
* "charset": 文字エンコーディング (String)

サーバが UNIX 系 OS の場合は以下のような facts が
使える可能性があります。...

OpenURI::Meta#meta -> Hash (6.0)

ヘッダを収録したハッシュを返します。

...][ruby]{
require 'open-uri'
open('http://example.com/') {|f|
p f.meta
#=> {"date"=>"Sun, 04 May 2008 11:26:40 GMT",
# "content-type"=>"text/html;charset=utf-8",
# "server"=>"Apache/2.0.54 (Debian GNU/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e",
# "transfer-encoding"=>"chunked"}
}
//}...
...uby]{
require 'open-uri'
URI.open('http://example.com/') {|f|
p f.meta
#=> {"date"=>"Sun, 04 May 2008 11:26:40 GMT",
# "content-type"=>"text/html;charset=utf-8",
# "server"=>"Apache/2.0.54 (Debian GNU/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e",
# "transfer-encoding"=>"chunked"}
}
//}...

open-uri (6.0)

http/ftp に簡単にアクセスするためのクラスです。

...e {|line| p line}
p f.base_uri # <URI::HTTP:0x40e6ef2 URL:http://www.ruby-lang.org/en/>
p f.content_type # "text/html"
p f.charset # "iso-8859-1"
p f.content_encoding # []
p f.last_modified # Thu Dec 05 02:45:02 UTC 2002
}

ハッシュ引数で、追加...

ruby 1.8.2 feature (6.0)

ruby 1.8.2 feature ruby 1.8.2 での ruby 1.8.1 からの変更点です。

...ら each するようになりました。((<ruby-dev:24528>))

=== 2004-10-18

: WEBrick::HTTPRequest [lib] [new]
new methods. accept, accept_charset, accept_encoding, accept_language,
content_length and content_type.

: WEBrick::HTTPResponse#content_length= [lib] [new]
: WEBrick::HTTPResponse...

絞り込み条件を変える

<< < ... 3 4 5 6 7 > >>