1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 311



例文

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

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

A dictionary that maps HTML entity names to the Unicode codepoints.New in version 2.3. 例文帳に追加

HTMLのエンティティ名をUnicodeのコードポイントに変換するための辞書です。 - Python

Returns the decimal value assigned to the Unicode characterunichr as integer. 例文帳に追加

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

Returns the digit value assigned to the Unicode characterunichr as integer. 例文帳に追加

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

例文

Changed in version 2.3:On Windows NT/2k/XP and Unix, if path is a Unicode object, the result will be a list of Unicode objects..例文帳に追加

バージョン 2.3 で 変更 された仕様:Windows NT/2k/XP と Unix では、path が Unicode オブジェクトの場合、Unicode オブジェクトのリストが返されます。 利用できる環境: Macintosh、 Unix、Windows。 - Python


例文

transcode text data to Unicode 例文帳に追加

テキストデータをユニコードに変換する - 研究社 英和コンピューター用語辞典

does not have these problems and is the common way in which Unicode 例文帳に追加

のUTF-8 符号化にはこれらの問題がないので、Unix 形式の OS 上でUnicode - JM

Unicode and 8-bit strings are fully interoperable in this behavior.例文帳に追加

Unicode および 8 ビット文字列は、この動作に関しては完全に互換です。 - Python

Creates a Unicode object by decoding size bytes of the UTF-8encoded string s. 例文帳に追加

UTF-8 でエンコードされた size バイトの文字列 s からUnicode オブジェクトを生成します。 - Python

例文

Creates a Unicode object by decoding size bytes of the Latin-1encoded string s. 例文帳に追加

Latin-1 でエンコードされた size バイトの文字列 s からUnicode オブジェクトを生成します。 - Python

例文

Creates a Unicode object by decoding size bytes of the ASCII encoded string s.例文帳に追加

ASCII でエンコードされた size バイトの文字列 s からUnicode オブジェクトを生成します。 - Python

Creates a Unicode object by decoding size bytes of the MBCSencoded string s. 例文帳に追加

MBCS でエンコードされた size バイトの文字列 s からUnicode オブジェクトを生成します。 - Python

Set the file's encoding for Unicode output to enc. 例文帳に追加

Unicode オブジェクトをファイルに出力するときにのエンコード方式をenc にします。 - Python

Changed in version 2.3:Unicode strings are no longer ignored. 例文帳に追加

バージョン 2.3 で 変更 された仕様:Unicode 文字列が無視されなくなりました - Python

If a character with the given name is found, return the corresponding Unicode character.例文帳に追加

その名前の文字が見つ かった場合、 その Unicode 文字が返されます。 - Python

Produce a string that is suitable as Unicode literal in Python source code例文帳に追加

Python ソースコードにおける Unicode リテラルとして適切な文字列を生成します。 - Python

These are the string methods which both 8-bit strings and Unicode objects support:例文帳に追加

以下は 8 ビット文字列および Unicode オブジェクトでサポートされるメソッドです: - Python

Only string objects are supported; no Unicode objects should be passed.例文帳に追加

文字列オブジェクトだけをサポートします; Unicode オブジェクトを渡してはなりません。 - Python

This function is not very appropriate for dealing with Unicode characters, because Unicode knows about three cases: upper, lower and title case. 例文帳に追加

この関数で Unicode を扱うのはあまり適切でない。 なぜなら、Unicode には大文字 (upper case)・小文字 (lower case)・タイトル文字 (title case)の 3 つが含まれているからである。 - JM

Surrogate pairs may be present in the Unicode object, and will be reported as two separate items.例文帳に追加

Unicode オブジェクト内にサロゲートペア (surrogate pair) があってもよく、Python はサロゲートペアを二つの別々の Unicode 要素として報告します。 - Python

A Unicode codeunit is represented by a Unicode object of one item and can holdeither a 16-bit or 32-bit value representing a Unicode ordinal (the maximum value for the ordinal is given in sys.maxunicode, and depends on how Python is configured at compile time).例文帳に追加

Unicode コード単位とは、単一の Unicode オブジェクトで、Unicode 序数を表現する 16-bit または 32-bit の値を保持できるものです (この序数の最大値は sys.maxunicode で与えられており、コンパイル時にPython がどう設定されているかに依存します)。 - Python

If format is a Unicode object, or if any of the objects being converted using the %s conversion are Unicode objects, the result will also be a Unicode object.If format requires a single argument, values may be a single non-tuple object.例文帳に追加

format が Unicode オブジェクトであるか、または %s 変換を使って Unicode オブジェクトが変換される場合、その結果もUnicode オブジェクトになります。 format が単一の引数しか要求しない場合、values はタプルでない単一のオブジェクトでもかまいません。 - Python

For example, Joliet disks store all filenames in two-byte Unicode characters. 例文帳に追加

たとえば Joliet ディスクは、すべてのファイル名を 2 バイトの Unicode 文字で格納します。 - FreeBSD

Internally the kernel uses Unicode to describe the subfont loaded in video RAM. 例文帳に追加

カーネル内部では、Unicode を ビデオ RAM 内部にロードされたサブフォントとして記述する。 - JM

Encodes a Unicode objects using UTF-8 and returns the result as Python string object.例文帳に追加

UTF-8 で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python

Encodes a Unicode objects using Latin-1 and returns the result as Python string object.例文帳に追加

Latin-1 で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python

Encodes a Unicode objects using ASCII and returns the result as Python string object.例文帳に追加

ASCII で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python

Encodes a Unicode objects using MBCS and returns the result as Python string object.例文帳に追加

MBCS で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python

Extends this array with data from the given unicode string. The array must be a type 'u' array; otherwise a ValueError is raised.例文帳に追加

指定した Unicode 文字列のデータを使ってアレイを拡張します。 - Python

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

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

Determine whether code is in tableA.1 (Unassigned code points in Unicode 3.2).例文帳に追加

code がテーブル A.1 (Unicode 3.2 における未割り当てコード点: unassigned code point) かどうか判定します。 - Python

Returns the character decomposition mapping assigned to the Unicode character unichr as string.例文帳に追加

Unicode 文字 unichr に割り当てられた、文字分解マッピングを、文字列型で返します。 - Python

Produce a string that is suitable as raw Unicode literal in Python source code例文帳に追加

Python ソースコードにおける raw Unicode リテラルとして適切な文字列を生成します。 - Python

String and Unicode objects have one unique built-in operation: the% operator (modulo). 例文帳に追加

文字列および Unicode オブジェクトには固有の操作: % 演算子 (モジュロ) があります。 - Python

The Unicode standard and technical reports published by the Unicode Consortium provide much additional information on the semantics and recommended usages of various characters. 例文帳に追加

Unicode Consortium から発行される Unicode 規格と技術レポートにより、いろいろな文字の意味と推奨される使用法についての更なる情報が得られる。 - JM

Returns true if the object o is a Unicode object or an instance of a Unicode subtype.Changed in version 2.2:Allowed subtypes to be accepted.例文帳に追加

o が Unicode 文字列型か Unicode 文字列型のサブタイプであるときに真を返します。 バージョン 2.2 で 変更 された仕様:サブタイプを引数にとれるようになりました - Python

Unicode has been mapped in many different ways, but the two most common are UTF (Unicode Transformation Format) and UCS (Universal CharacterSet).例文帳に追加

Unicodeはたくさんの違った方法で文字が割り当てられています。 その中で、UTF(UnicodeTransformationFormat)とUCS(UniversalCharacterSet)が最も一般的です。 - Gentoo Linux

To create Unicode objects and access their basic sequence properties,use these APIs: 例文帳に追加

Unicode オブジェクトを生成したり、Unicode のシーケンスとしての基本的なプロパティにアクセスしたりするには、以下の API を使ってください: - Python

It is called "a part alternation mark" in English, and represented as U+303D in Unicode and as 1-3-28 in JIS X 0213. 例文帳に追加

英語ではpartalternationmarkと呼ばれ、UnicodeではU+303Dのコードを、JISX0213では1-3-28のコードを持つ。 - Wikipedia日英京都関連文書対訳コーパス

In Unicode, certain characters are supported which normally would be unified with other characters.例文帳に追加

Unicode では、一般に他の文字との統合がサポートされている文字があります。 - Python

Unicode objects are passed back as-is with incrementedrefcount. 例文帳に追加

obj が Unicode オブジェクトの場合、オブジェクトそのままを、参照カウントをインクリメントして返します。 - Python

html Provides subscription information for the linux-utf8 mailing list, which is the best place to look for advice on using Unicode under Linux. 例文帳に追加

Linux で Unicode を使う場合のアドバイスを探すのに一番良い場所である。 - JM

Convert a Python string or Unicode object to a C pointer to a character string.例文帳に追加

Python の文字列または Unicode オブジェクトを、キャラクタ文字列を指す C のポインタに変換します。 - Python

This is just the opposite of b, so is also subject to the settings of LOCALE and UNICODE. 例文帳に追加

これは bのちょうど反対ですので、LOCALE とUNICODEの設定にも影響されます。 - Python

This type represents a 16-bit unsigned storage type which is used by Python internally as basis for holding Unicode ordinals.例文帳に追加

この型は 16 ビットの符号なしストレージ型を表し、Unicode 序数(Unicode ordinal) を保持するための基礎単位として Python が内部的に使います。 - Python

Returns true if the object o is a Unicode object, but not an instance of a subtype.New in version 2.2.例文帳に追加

o が Unicode 文字列型で、かつ Unicode 文字列型のサブタイプでないときに真を返します。 バージョン 2.2 で 新たに追加 された仕様です。 - Python

The KEYMAP variable, set in /etc/conf.d/keymaps, should have a Unicode keymap specified.例文帳に追加

/etc/conf.d/keymapsファイルの中で定義されているKEYMAP変数にUnicodeキーマップを指定する必要があります。 - Gentoo Linux

X11 and FontsImportant: x11-base/xorg-x11 has far better support for Unicode than XFree86and is highly recommended. 例文帳に追加

X11とフォント重要:x11-base/xorg-x11は、XFree86よりもUnicodeのサポートが良く、かなり推奨されています。 - Gentoo Linux

If the console is in UTF-8 mode, then the incoming bytes are first assembled into 16-bit Unicode codes. 例文帳に追加

もし、コンソールが UTF-8 モードなら、入って来たバイト(byte)は16 ビットの Unicode に組み立てられる。 - JM

例文

Therefore,modification of the resulting Unicode object is only allowed whenu is NULL. 例文帳に追加

従って、この関数が返す Unicodeオブジェクトを変更してよいのは u が NULL のときだけです。 - Python




  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
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-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS