1153万例文収録!

「unicode」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

unicodeを含む例文一覧と使い方

該当件数 : 311



例文

These are the basic Unicode object types used for the Unicodeimplementation in Python: 例文帳に追加

以下は Python の Unicode 実装に用いられている基本 Unicode オブジェクト型です: - Python

Put unicode-to-font mapping in kernel. 例文帳に追加

Unicode からフォントへのマッピングをカーネルにセットする。 - JM

x == y[i] is true.For the Unicode and string types, 例文帳に追加

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


例文

This subtype of PyObject represents a Python Unicode object. 例文帳に追加

この PyObject のサブタイプは Unicode オブジェクトを表現します。 - Python

This call also invalidates the Unicode mapping. 例文帳に追加

この呼び出しをすると Unicode のマッピングが無効になる。 - JM

Get Unicode-to-font mapping from kernel. 例文帳に追加

Unicode からフォントへのマッピングをカーネルから取得する。 - JM

Convert a label to Unicode, as specified in RFC 3490. 例文帳に追加

RFC 3490 仕様に従ってラベルを Unicode に変換します。 - Python

例文

An integer giving the largest supported code point for a Unicode character.例文帳に追加

Unicode文字の最大のコードポイントを示す整数。 - Python

例文

This module provides access to the Unicode Character Database which defines character properties for all Unicode characters.例文帳に追加

このモジュールは、全ての Unicode 文字の属性を定義している Unicode 文字データベースへのアクセスを提供します。 - Python

The version of the Unicode database used in this module. 例文帳に追加

このモジュールで使われている Unicode データベースのバージョン。 - Python

This method generates converts the given string to unicode. 例文帳に追加

このメソッドは、指定した文字列を unicode に変換します。 - PEAR

a String containing unicode representation of the given string 例文帳に追加

指定した文字列を unicode 変換したものを返します。 - PEAR

This variant on "s#" is used for encoding Unicode and objectsconvertible to Unicode into a character buffer. 例文帳に追加

"s#" の変化形で、Unicode オブジェクトや Unicode に変換可能なオブジェクトをキャラクタ型バッファにエンコードするために用いられます。 - Python

supports either byte or Unicode strings, but will normally produce Unicode strings.例文帳に追加

ではバイト文字列 (byte string) およびUnicode 文字列のどちらかに対応づけられますが、通常 Unicode 文字列を生成します。 - Python

Convert a null-terminated buffer of Unicode (UCS-2 or UCS-4)data to a Python Unicode object. 例文帳に追加

null 終端された Unicode (UCS-2 または UCS-4) データのバッファからPython オブジェクトに変換します。 - Python

BOMs are not copied into the resulting Unicode string.例文帳に追加

BOM はデコード結果の Unicode 文字列中にはコピーされません。 - Python

Returns the name assigned to the Unicode characterunichr as a string. 例文帳に追加

Unicode 文字 unichr に付いている名前を、文字列で返します。 - Python

Returns the general category assigned to the Unicode characterunichr as string. 例文帳に追加

Unicode 文字 unichr に割り当てられた、汎用カテゴリを返します。 - Python

While codecs are not restricted to use with Unicode, ina Unicode context, encoding converts a Unicode object to a plain string using a particular character set encoding (e.g., cp1252 or iso-8859-1).例文帳に追加

codecs は Unicode 専用ではありませんが、Unicode の文脈では、エンコーディングは Unicode オブジェクトを特定の文字集合エンコーディング(たとえば cp1252 やiso-8859-1)を使って文字列オブジェクトに変換します。 - Python

Standards discussed include ASCII, ISO 8859, KOI8-R, Unicode, ISO 2022 and ISO 4873. 例文帳に追加

ここでは、ASCII, ISO 8859, KOI8-R, Unicode, ISO 2022,ISO 4873 の各規格について議論する。 - JM

Rendering of Unicode data streams is typically handled through "subfont" tables which map a subset of Unicode to glyphs. 例文帳に追加

Unicode データ列のレンダリングは典型的には Unicode のサブセットからグリフへのマップである"サブフォント(subfont)"テーブルを利用して行われる。 - JM

characters may be up to six bytes long, however the Unicode 例文帳に追加

文字の符号化は最大 6 バイトの長さになる。 しかし、Unicode - JM

convert between code units and nonnegative integers representing the Unicode ordinals as defined in the Unicode Standard 3.0.例文帳に追加

は、コード単位と非負の整数で表されたUnicode 標準 3.0 で定義された Unicode 序数との間で変換を行います。 - Python

This variant on "s" is used for encoding Unicode and objectsconvertible to Unicode into a character buffer. 例文帳に追加

これは "s" の変化形で、Unicode オブジェクトや Unicode に変換可能なオブジェクトをキャラクタ型バッファにエンコードするために用いられます。 - Python

Raises TypeError if the object is not a Unicode object.例文帳に追加

オブジェクトが Unicode オブジェクトでない場合にはTypeErrorを送出します。 - Python

In a Unicode context, decoding converts a plain string encoded using a particular character set encoding to a Unicode object.例文帳に追加

Unicode の文脈では、デコードは特定の文字集合エンコーディングでエンコードされた文字列を Unicode オブジェクトに変換します。 - Python

Convert a sequence of Unicode digits to a Python long integer value.例文帳に追加

Unicode の数字配列を Python の長整数型に変換します。 - Python

Returns the numeric value assigned to the Unicode characterunichr as float. 例文帳に追加

Unicode 文字 unichr に割り当てられている数値を、float 型で返します。 - Python

Returns the bidirectional category assigned to the Unicode characterunichr as string. 例文帳に追加

Unicode 文字 unichr に割り当てられた、双方向カテゴリを返します。 - Python

In Unicode, several characters can be expressed in various way.例文帳に追加

Unicode では、複数の方法で表現できる文字があります。 - Python

Unicode provides many different character properties. 例文帳に追加

Unicode は数多くの異なる文字プロパティ (character property)を提供しています。 - Python

Convert a Unicode (UCS-2 or UCS-4) data buffer and its length to a Python Unicode object.例文帳に追加

null 終端された Unicode (UCS-2 または UCS-4) データのバッファとその長さから Python オブジェクトに変換します。 - Python

Also, several font packages in Portage are Unicode aware. 例文帳に追加

また、いくつかのUnicodeに対応したフォントパッケージがPortageにはあります。 - Gentoo Linux

Code Listing3.9: Optional: Install some more Unicode-aware fonts # emerge terminus-font intlfonts free fonts cronyx-fonts corefonts例文帳に追加

コード表示3.9:任意選択:Unicode対応フォントのインストール - Gentoo Linux

Resets the screen font, size and Unicode mapping to the bootup defaults. 例文帳に追加

スクリーンフォント、サイズ、 Unicode マッピングをブート時のデフォルト値にリセットする。 - JM

If the Unicode buffer pointer is NULL, the length is ignored and None is returned.例文帳に追加

Unicode バッファポインタが NULLの場合、長さは無視されNone になります。 - Python

Return the ASCII value of a string of one character or a Unicode character.例文帳に追加

1 文字からなる文字列または Unicode 文字の ASCII 値を返します。 - Python

Output is also codec-dependent and will usually be Unicode as well.例文帳に追加

関数の戻り値も codec に依存し、通常は Unicode オブジェクトです。 - Python

Returns the canonical combining class assigned to the Unicode character unichr as integer.例文帳に追加

Unicode 文字 unichr に割り当てられた正規結合クラスを返します。 - Python

Returns the mirrored property assigned to the Unicode characterunichr as integer. 例文帳に追加

Unicode 文字 unichr に割り当てられた、鏡像化のプロパティを返します。 - Python

Concat two strings giving a new Unicode string. 例文帳に追加

二つの文字列を結合して、新たな Unicode 文字列を生成します。 - Python

element has to coerce to a one element Unicode string.例文帳に追加

element は単要素の Unicode 文字に型強制できなければなりません。 - Python

To provide a unicode converter.例文帳に追加

ユニコード・コンバータを提供する。 - 特許庁

The "ISO 10646 Universal Character Set (UCS)" 例文帳に追加

Unicode のスーパーセットである"ISO 10646 Universal Character Set (UCS)" - JM

Unicode throws away the traditional single-byte limit of character sets. 例文帳に追加

Unicodeは、昔ながらの文字セットのシングルバイト制限を取り払います。 - Gentoo Linux

Currently, bash provides full Unicode support through the GNU readline library.例文帳に追加

現在のところ、bashはGUNreadlineライブラリを使用して、Unicodeをサポートしています。 - Gentoo Linux

Raised when a Unicode-related error occurs during encoding. 例文帳に追加

Unicode 関連のエラーがエンコード中に発生した際に送出されます。 - Python

例文

Raised when a Unicode-related error occurs during decoding. 例文帳に追加

Unicode 関連のエラーがデコード中に発生した際に送出されます。 - Python




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS