1153万例文収録!

「unicode」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オフ

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

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

セーフサーチについて

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

該当件数 : 311



例文

Unicode character 例文帳に追加

Unicode文字(unicode型) - Python

What is Unicode? 例文帳に追加

Unicodeとは - Gentoo Linux

The Unicode " and " UCS 例文帳に追加

Unicode " と " UCS - JM

7.3.2 Unicode Objects 例文帳に追加

7.3.2 Unicode オブジェクト (Unicode object) - Python

例文

The Unicode 3.0 例文帳に追加

"ユニコード (Unicode) 3.0" - JM


例文

3.1.3 Unicode Strings 例文帳に追加

3.1.3 Unicode 文字列 - Python

"Unicode Under Linux" 例文帳に追加

"Linux における 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

例文

The Unicode 3.0 Standard 例文帳に追加

ユニコード・コンソーシアム (Unicode Consortium) - JM

Linux represents Unicode using the 8-bit Unicode Transformation Format (UTF-8). 例文帳に追加

Linux は 8-bit Unicode Transformation Form(UTF-8) を用いて Unicode をあらわす。 - JM

Unicode, Kernel and File Systems 例文帳に追加

Unicode, カーネルとファイルシステム - FreeBSD

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

These are the ``Unicode Escape'' codec APIs: 例文帳に追加

以下は ``Unicode Escape'' codec の APIです: - Python

published by the Unicode Consortium 例文帳に追加

から発行されたUnicode 3.0 Standard - JM

These are the ``Raw Unicode Escape'' codec APIs: 例文帳に追加

以下は ``Raw Unicode Escape'' codec の APIです: - Python

Unicode strings use the Unicode character set as defined by the Unicode Consortium and ISO10646.例文帳に追加

Unicode 文字列はUnicode コンソーシアムおよび ISO10646 で定義されている Unicode 文字セットを使います。 - Python

The type of Unicode character strings (e.g. u'Spam'). 例文帳に追加

Unicode文字列の型です(e.g. u'Spam')。 - Python

UNICODE CONVERTER例文帳に追加

ユニコード・コンバータ - 特許庁

Unicode-enabled 例文帳に追加

ユニコード対応の - 研究社 英和コンピューター用語辞典

The following codec API is special in that maps Unicode to Unicode. 例文帳に追加

以下の codec API は Unicode から Unicode への対応付けを行う特殊なものです。 - Python

Return the length of the Unicode object. 例文帳に追加

Unicode オブジェクトの長さを返します。 - Python

Convert the array to a unicode string. 例文帳に追加

アレイを Unicode 文字列に変換します。 - Python

Returns the header as a Unicode string.例文帳に追加

ヘッダを Unicode 文字列として返します。 - Python

a subset of Unicode 例文帳に追加

ユニコードのサブセット - 研究社 英和コンピューター用語辞典

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

Unicode-Escape でエンコードされた size バイトの文字列 s から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

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

UTF-8 is a variable length encoding of Unicode. 例文帳に追加

UTF-8 は Unicode の可変長表現である。 - JM

the string to be unicoded 例文帳に追加

unicode 化する文字列。 - PEAR

UPDATE: David Weingart writes, "That's probably Unicode. 例文帳に追加

更新: David Weingart いわく、"これはおそらく 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

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

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

Unicode objects for most built-incodecs. 例文帳に追加

多くの組み込み codec では Unicode オブジェクトです。 - Python

s may be a byte string or a Unicode string. 例文帳に追加

s はバイト文字列か、Unicode 文字列です。 - Python

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

builtin;should return a Unicode object. 例文帳に追加

Unicode オブジェクトを返さなければなりません。 - Python

The Mutt mail user agent has very good Unicode support. 例文帳に追加

MuttメールエージェントはUnicodeをサポートしています。 - Gentoo Linux

Code Listing3.13: man.conf changes for Unicode support 例文帳に追加

コード表示3.13:Unicodeサポートのためにman.confを変更 - Gentoo Linux

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

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

Compute a Unicode string representation of object o. 例文帳に追加

o の Unicode 文字列表現を計算します。 - Python

Get full Unicode screen mapping from kernel. 例文帳に追加

フル Unicode スクリーンマッピングをカーネルより取得する。 - JM

The most obvious Unicode encoding (known as UCS-2 ) 例文帳に追加

最も単純な Unicode の符号化方法( UCS-2 ) - JM

Return the Unicode string of one character whose Unicode code is the integer i.例文帳に追加

Unicode におけるコードが整数 i になるような文字 1 文字からなるUnicode 文字列を返します。 - Python

例文

Split a string giving a list of Unicode strings. 例文帳に追加

Unicode 文字列のリストを分割して、 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-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
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-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 1994-2010 The FreeBSD Project. All rights reserved. license
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS