「Unicode」を含む例文一覧(310)

1 2 3 4 5 6 7 次へ>
  • What is Unicode?
    Unicodeとは - Gentoo Linux
  • The Unicode " and " UCS
    Unicode " と " UCS - JM
  • Unicode character
    Unicode文字(unicode型) - Python
  • 7.3.2 Unicode Objects
    7.3.2 Unicode オブジェクト (Unicode object) - Python
  • "Unicode Under Linux"
    "Linux における Unicode" - JM
  • The Unicode 3.0
    "ユニコード (Unicode) 3.0" - JM
  • 3.1.3 Unicode Strings
    3.1.3 Unicode 文字列 - Python
  • Linux represents Unicode using the 8-bit Unicode Transformation Format (UTF-8).
    Linux は 8-bit Unicode Transformation Form(UTF-8) を用いて Unicode をあらわす。 - JM
  • Unicode 16-bit code
    Unicode 16 ビットコード - JM
  • Unicode 32-bit code
    Unicode 32 ビットコード - JM
  • 4.10 unicodedata -- Unicode Database
    4.10 unicodedata -- Unicode データベース - Python
  • published by the Unicode Consortium
    から発行されたUnicode 3.0 Standard - JM
  • These are the ``Unicode Escape'' codec APIs:
    以下は ``Unicode Escape'' codec の APIです: - Python
  • These are the ``Raw Unicode Escape'' codec APIs:
    以下は ``Raw Unicode Escape'' codec の APIです: - Python
  • The type of Unicode character strings (e.g. u'Spam').
    Unicode文字列の型です(e.g. u'Spam')。 - Python
  • Character named name in the Unicode database (Unicode only)
    Unicode データベース中で名前 name を持つ文字 (Unicode のみ) - Python
  • The items of a Unicode object are Unicode code units.
    Unicode オブジェクトの各要素は Unicode コード単位です。 - Python
  • Unicode strings use the Unicode character set as defined by the Unicode Consortium and ISO10646.
    Unicode 文字列はUnicode コンソーシアムおよび ISO10646 で定義されている Unicode 文字セットを使います。 - Python
  • Unicode, Kernel and File Systems
    Unicode, カーネルとファイルシステム - FreeBSD
  • UTF-8 is a variable length encoding of Unicode.
    UTF-8 は Unicode の可変長表現である。 - JM
  • The Unicode 3.0 Standard
    ユニコード・コンソーシアム (Unicode Consortium) - JM
  • The most obvious Unicode encoding (known as UCS-2 )
    最も単純な Unicode の符号化方法( UCS-2 ) - JM
  • UPDATE: David Weingart writes, "That's probably Unicode.
    更新: David Weingart いわく、"これはおそらく Unicode だ。 - PEAR
  • Character with 16-bit hex value xxxx (Unicode only)
    16-bit の 16 進数値 xxxx を持つ文字 (Unicode のみ) - Python
  • Character with 32-bit hex value xxxxxxxx (Unicode only)
    32-bit の 16 進数値 xxxxxxxx を持つ文字 (Unicode のみ) - Python
  • Convert the array to a unicode string.
    アレイを Unicode 文字列に変換します。 - Python
  • s may be a byte string or a Unicode string.
    s はバイト文字列か、Unicode 文字列です。 - Python
  • Returns the header as a Unicode string.
    ヘッダを Unicode 文字列として返します。 - Python
  • Compute a Unicode string representation of object o.
    o の Unicode 文字列表現を計算します。 - Python
  • Return the length of the Unicode object.
    Unicode オブジェクトの長さを返します。 - Python
  • Unicode-enabled
    ユニコード対応の - 研究社 英和コンピューター用語辞典
  • the string to be unicoded
    unicode 化する文字列。 - PEAR
  • Convert a Python Unicode object to a C pointer to a NUL-terminatedbuffer of 16-bit Unicode (UTF-16) data.
    Python の Unicode オブジェクトを、NUL で終端された 16 ビットのUnicode (UTF-16) データに変換します。 - Python
  • Creates a Unicode object by decoding size bytes of the Unicode-Escape encoded string s.
    Unicode-Escape でエンコードされた size バイトの文字列 s からUnicode オブジェクトを生成します。 - Python
  • The following codec API is special in that maps Unicode to Unicode.
    以下の codec API は Unicode から Unicode への対応付けを行う特殊なものです。 - Python
  • Split a Unicode string at line breaks, returning a list of Unicode strings.
    Unicode 文字列を改行文字で区切り、Unicode 文字列からなるリストを返します。 - Python
  • A prefix of "u" or "U"makes the string a Unicode string.
    "u" や "U" を接頭すると、文字列は Unicode 文字列 (Unicode string) になります。 - Python
  • Split a string giving a list of Unicode strings.
    Unicode 文字列のリストを分割して、 Unicode 文字列からなるリストを返します。 - Python
  • These are the basic Unicode object types used for the Unicodeimplementation in Python:
    以下は Python の Unicode 実装に用いられている基本 Unicode オブジェクト型です: - Python
  • a subset of Unicode
    ユニコードのサブセット - 研究社 英和コンピューター用語辞典
  • Return the Unicode string of one character whose Unicode code is the integer i.
    Unicode におけるコードが整数 i になるような文字 1 文字からなるUnicode 文字列を返します。 - Python
  • Encodes a Unicode objects using Unicode-Escape and returns the result as Python string object.
    Unicode-Escape で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python
  • Creates a Unicode object by decoding size bytes of the Raw-Unicode-Escape encoded string s.
    Raw-Unicode-Escape でエンコードされた size バイトの文字列 s からUnicode オブジェクトを生成します。 - Python
  • Encodes a Unicode objects using Raw-Unicode-Escape and returns the result as Python string object.
    Raw-Unicode-Escape で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python
  • supports either byte or Unicode strings, but will normally produce Unicode strings.
    ではバイト文字列 (byte string) およびUnicode 文字列のどちらかに対応づけられますが、通常 Unicode 文字列を生成します。 - Python
  • This module provides access to the Unicode Character Database which defines character properties for all Unicode characters.
    このモジュールは、全ての Unicode 文字の属性を定義している Unicode 文字データベースへのアクセスを提供します。 - Python
  • Returns the Unicode string representation on success, NULL on failure.This is the equivalent of the Python expression"unicode(o)".
    成功するとUnicode 文字列表現を返し失敗すると NULL を返します。 Python 式"unicode(o)" と同じです。 - Python
  • If the object or format provided is a unicode string,the resulting string will also be unicode.
    オブジェクトや与えられた書式が unicode 文字列の場合、変換後の文字列も unicode になります。 - Python
  • UNICODE CONVERTER
    ユニコード・コンバータ - 特許庁
  • The Mutt mail user agent has very good Unicode support.
    MuttメールエージェントはUnicodeをサポートしています。 - Gentoo Linux
1 2 3 4 5 6 7 次へ>

例文データの著作権について