1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 310



例文

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

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
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 (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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS