るりまサーチ

最速Rubyリファレンスマニュアル検索!
473件ヒット [101-200件を表示] (0.115秒)
トップページ > クエリ:i[x] > クエリ:UTF8[x]

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. matrix i

ライブラリ

モジュール

キーワード

検索結果

<< < 1 2 3 4 ... > >>

String#isutf8 -> bool (12200.0)

self が UTF-8 なバイト列として正当であるかどうかを判定します。

...self が UTF-8 なバイト列として正当であるかどうかを判定します。

Kconv.#isutf8(self) と同じです。...

OpenSSL::ASN1::UTF8String (12016.0)

ASN.1 の UTF8String 型(Universal タグのタグ番号12)を表すクラスです。

...ASN.1 の UTF8String 型(Universal タグのタグ番号12)を表すクラスです。...

Encoding::UTF8_DOCOMO -> Encoding (9218.0)

UTF8-DoCoMo エンコーディングです。

...UTF8-DoCoMo エンコーディングです。

UTF-8 の亜種です。
DoCoMo の携帯電話で使われる絵文字が含まれています。


@see https://www.nttdocomo.co.jp/english/service/developer/make/content/pictograph/basic/index.html,
https://www.nttdocomo.co.jp/english/service/de...
...veloper/make/content/pictograph/extention/index.html...

Encoding::UTF8_DoCoMo -> Encoding (9218.0)

UTF8-DoCoMo エンコーディングです。

...UTF8-DoCoMo エンコーディングです。

UTF-8 の亜種です。
DoCoMo の携帯電話で使われる絵文字が含まれています。


@see https://www.nttdocomo.co.jp/english/service/developer/make/content/pictograph/basic/index.html,
https://www.nttdocomo.co.jp/english/service/de...
...veloper/make/content/pictograph/extention/index.html...

Encoding::UTF8_SOFTBANK -> Encoding (9218.0)

UTF8-SoftBank エンコーディングです。

...UTF8-SoftBank エンコーディングです。

UTF-8 の亜種です。
SoftBank の携帯電話で使われる絵文字が含まれています。

@see http://creation.mb.softbank.jp/mc/tech/tech_pic/pic_index.html...

絞り込み条件を変える

Encoding::UTF8_SoftBank -> Encoding (9218.0)

UTF8-SoftBank エンコーディングです。

...UTF8-SoftBank エンコーディングです。

UTF-8 の亜種です。
SoftBank の携帯電話で使われる絵文字が含まれています。

@see http://creation.mb.softbank.jp/mc/tech/tech_pic/pic_index.html...

String#encoding -> Encoding (9218.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::UTF8_MAC -> Encoding (9217.0)

UTF8-MAC、アップルによって修正された Normalization Form D(分解済み)という形式のUTF-8です。

...UTF8-MAC、アップルによって修正された Normalization Form D(分解済み)という形式のUTF-8です。

@see http://developer.apple.com/jp/technotes/tn1150.html,
http://developer.apple.com/jp/technotes/tn2078.html...

WIN32OLE::CP_UTF8 -> Integer (9201.0)

文字コードの変換にUTF-8を利用することを示します(65001)。

文字コードの変換にUTF-8を利用することを示します(65001)。

String#toutf8 -> String (9200.0)

self のエンコーディングを UTF-8 に変換した文字列を 返します。変換元のエンコーディングは文字列の内容から推測します。

...グは文字列の内容から推測します。

このメソッドは MIME エンコードされた文字列を展開し、
いわゆる半角カナを全角に変換します。
これらを変換したくない場合は、 NKF.#nkf('-wxm0', str)
を使ってください。

@see Kconv.#toutf8...

絞り込み条件を変える

<< < 1 2 3 4 ... > >>