| 例文 |
unicode charactersの部分一致の例文一覧と使い方
該当件数 : 33件
characters may be up to six bytes long, however the Unicode 例文帳に追加
文字の符号化は最大 6 バイトの長さになる。 しかし、Unicode - JM
In Unicode, several characters can be expressed in various way.例文帳に追加
Unicode では、複数の方法で表現できる文字があります。 - Python
This module provides access to the Unicode Character Database which defines character properties for all Unicode characters.例文帳に追加
このモジュールは、全ての Unicode 文字の属性を定義している Unicode 文字データベースへのアクセスを提供します。 - Python
In Unicode, certain characters are supported which normally would be unified with other characters.例文帳に追加
Unicode では、一般に他の文字との統合がサポートされている文字があります。 - Python
standard specifies no characters above 0x10ffff, so Unicode characters can only be up to four bytes long in UTF-8 . 例文帳に追加
規格では 0x10ffff より先の文字を指定しないので、Unicode 文字はUTF-8 では 4 バイトまでにしかならない。 - JM
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
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
(The glibc represents wide characters using their Unicode (ISO-10646) code point, but other platforms don't do this. 例文帳に追加
(glibc ではワイド文字として Unicode (ISO-10646) のコードポイントを使用している。 他のプラットホームではそうではない。 - JM
The value of this depends on the configuration option that specifies whether Unicode characters are stored as UCS-2 or UCS-4.例文帳に追加
この値は、オプション設定でUnicode文字の保存形式としてUSC-2とUCS-4のいずれを指定したかによって異なります。 - Python
The FreeBSD kernel does not speak Unicode, but the FreeBSD CD9660 driver is able to convert Unicode characters on the fly. 例文帳に追加
FreeBSD カーネルは (まだ)Unicode を理解できないので、 非英語文字はクエスチョンマークで表示されます (FreeBSD 4.3以降を使用している場合、CD9660 ドライバには適切な Unicode変換表を読み込むための急ごしらえのフックが含まれています。 - FreeBSD
To enable UTF-8 on the console, you should edit /etc/rc.conf and set UNICODE="yes", and also read the comments in that file -- it is important to have a font that has a good range of characters if you plan on making the most of Unicode.例文帳に追加
UTF-8をコンソールで有効にするために、/etc/rc.confを編集しUNICODE="yes"とセットします。 そして、そのファイルのコメントを読むことも忘れないでください。 - Gentoo Linux
Add a codec that map characters in the given character set to and fromUnicode. 例文帳に追加
与えられた文字セットの文字と Unicode との変換をおこなう codec を追加します。 - Python
The first parameter, u, points to the first character of the Unicode string, length gives the number of characters,and base is the radix for the conversion.例文帳に追加
最初のパラメタu は、 Unicode 文字列の最初の文字を指し、length には文字数を指定し、base には変換時の基数を指定します。 - Python
This function's name is a misnomer when dealing with Unicode characters, because the wide-character class "punct" contains both punctuation characters and symbol (math, currency, etc. 例文帳に追加
この関数の名前は Unicode 文字を扱う際には正しくない。 なぜなら、ワイド文字クラス "punct" は句読点文字と記号文字(数学記号、貨幣記号など)の両方を含むからである。 - JM
Workaround: Use the Edit command to open the text editor for the .properties file.In the text editor, you must enter the multibyte characters as Unicode values. 例文帳に追加
回避策: .properties ファイルを右クリックして「編集」を選択します。 表示されるテキストエディタを使用し、Unicode で日本語を入力してください。 - NetBeans
Note that b is defined as the boundary between w and W, so the precise set of characters deemed to be alphanumeric depends on the values of the UNICODE and LOCALE flags.例文帳に追加
b は、w と Wの間の境界として定義されているので、英数字であると見なされる文字の正確な集合は、UNICODEとLOCALEフラグの値に依存することに注意して下さい。 - Python
Some special characters can be corrupted during conversion because vendors have adopted different Unicode encoding systems. 例文帳に追加
ベンダーによって異なるユニコード化方式を採用しているため, 一部の特殊文字が変換によって文字化けすることがある - 研究社 英和コンピューター用語辞典
the introduction of a new "zero-level" domain (ZLD) to allow the use of arbitrary characters from the Universal Character Set (ISO 10646/Unicode) in domain names 例文帳に追加
ユニバーサル文字セット(ISO 10646/ユニコード)中の任意の文字をドメイン名に使えるようにする新しい「ゼロレベル」ドメイン(ZLD)の導入 - コンピューター用語辞典
With respect to characters of a file name part of UNICODE, codes "OxFF5E" (∼), "0x2225"(||) (|| means a mark of "in parallel"), and "0xFF0D" (-) of non-convertible UNICODE standards preliminarily stored in a non-convertible UNICODE storage part 21 are deleted (step S1).例文帳に追加
UNICODEのファイル名部分の文字について、変換不可能UNICODE記憶部21に予め格納されている変換不可能UNICODE規格のコード「0xFF5E」(〜)、「0x2225」(‖)、「0xFF0D」(−)を削除する(ステップS1)。 - 特許庁
Return the XML that the DOM represents as a string.With no argument, the XML header does not specify an encoding, and the result is Unicode string if the default encoding cannot represent all characters in the document.例文帳に追加
DOM が表現している XML を文字列にして返します。 引数がなければ、 XML ヘッダは encoding を指定せず、文書内の全ての文字をデフォルトエンコード方式で表示できない場合、結果は Unicode 文字列となります。 - Python
IDNs use characters drawn from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to be represented using only the ASCII characters already allowed in so-called host names today. 例文帳に追加
IDN(国際化ドメイン名)はユニコードという広い範囲から引き出される文字を使うが、IDNA(アプリケーションのドメイン名国際化)では非ASCII文字を、いわゆるホスト名で今日すでに許されているASCII文字だけで表現するのを許すのである。 - コンピューター用語辞典
ISO 8859-1 supports the following languages: Afrikaans, Basque, Catalan, Danish, Dutch, English, Faeroese, Finnish, French, Galician, German, Icelandic, Irish, Italian, Norwegian, Portuguese, Scottish, Spanish, and Swedish. Note that the ISO 8859-1 characters are also the first 256 characters of ISO 10646 (Unicode). 例文帳に追加
ISO 8859-1 は以下の言語をサポートしている: アフリカーンス語、バスク語、カタロニア語、デンマーク語、オランダ語、英語、フェロー語、フィンランド語、フランス語、ガリシア語、ドイツ語、アイスランド語、アイルランド語、イタリア語、ノルウェー語、ポルトガル語、スコットランド語、スペイン語、スウェーデン語ISO 8859-1 の文字は ISO 10646 (Unicode) の最初の 256 文字であることに注意してほしい。 - JM
The character code processing apparatus is provided with a font file wherein surrogate pair characters are registered in an external character area of unicode and a conversion table for associating a four-byte code for specifying the surrogate pair characters with a two-byte code for specifying the surrogate pair characters registered in the font file.例文帳に追加
ユニコードの外字領域にサロゲートペア文字を登録したフォントファイルと、サロゲートペア文字を特定する4バイトのコードとフォントファイルに登録したサロゲートペア文字を特定する2バイトのコードとを対応付ける変換テーブルとを備える。 - 特許庁
Any Unicode character can be encoded this way, but characters outside the Basic Multilingual Plane (BMP) will be encoded using a surrogate pair if Python is compiled to use 16-bit code units (the default).例文帳に追加
Unicode 文字はすべてこの方法でエンコードできますが、Python が 16-bit コード単位を扱うようにコンパイルされている(デフォルトの設定です) 場合、基本多言語面 (Basic Multilingual Plane, BMP) 外の文字はサロゲートペア (surrogate pair) を使ってエンコードすることになります。 - Python
For example, the string literalur"u0062n" consists of three Unicode characters: `LATINSMALL LETTER B', `REVERSE SOLIDUS', and `LATIN SMALL LETTER N'.Backslashes can be escaped with a preceding backslash; however, bothremain in the string. 例文帳に追加
例えば、文字列リテラルur"u0062n" は、3つの Unicode 文字: `LATIN SMALL LETTER B' (ラテン小文字 B)、`REVERSE SOLIDUS' (逆向き斜線)、および `LATIN SMALL LETTER N' (ラテン小文字 N) を表します。 バックスラッシュの前にバックスラッシュをつけてエスケープすることはできます; しかし、バックスラッシュは両方とも文字列中に残されます。 - Python
The present methods can be combined with upstream analyzing of a Unicode ranges for characters in the text sample to limit the number of languages considered.例文帳に追加
本発明の方法は、考察される言語の数を制限するために、テキストサンプル中の文字のUnicode範囲の上流分析と組み合わされ得る。 - 特許庁
Characters are allocated to character classes and the spacings between the characters are set according to the character classes in such a way that if a glyph ID corresponding to any of the characters exists, the character is allocated to any of the character classes according to the glyph ID, and that the characters are allocated to the character classes according to the unicode values of the characters only if such glyph IDs do not exist.例文帳に追加
キャラクタをキャラクタクラスに割当てて、キャラクタクラスに基づいてキャラクタ間の間隔を設定する場合に、キャラクタの対応するグリフIDが存在する場合にはグリフIDに基づいてそのキャラクタのキャラクタクラスへの割当を行い、そのようなグリフIDが存在しない場合にのみ、キャラクタのユニコード値に基づいてキャラクタクラスの割当を行う。 - 特許庁
When set to true, the generated parser uses an input stream object that processes Java Unicode escapes (\\u...) before sending characters to the token manager. 例文帳に追加
真に設定されると,生成された構文解析プログラムは,入力ストリーム・オブジェクトを使う.このオブジェクトは,文字をトークンマネージャに送り出す前に,ジャバ・ユニコード・エスケープ(\\u...)をプロセスする. - コンピューター用語辞典
Since most computers don't include 20.1-bit integers, Unicode is usually encoded as 32-bit integers internally and either a series of 16-bit integers (UTF-16) (needing two 16-bit integers only when encoding certain rare characters) or a series of 8-bit bytes (UTF-8). 例文帳に追加
ほとんどのコンピューターは 20.1 ビットの整数を扱えないので、Unicode は普通内部データとして 32 ビット整数にエンコードされ、16 ビット整数の列 (UTF-16)(ある種の珍しい文字をエンコードする場合にだけ2 つの 16 ビット整数が必要となる)か、8 ビットバイトの列 (UTF-8)として扱われる。 - JM
If it is a byte string (i.e. isinstance(s, str) is true), then charset is the encoding of that byte string, and a UnicodeError will be raised if the string cannot be decoded with that character set.If s is a Unicode string, then charset is a hintspecifying the character set of the characters in the string.例文帳に追加
こればバイト文字列 (isinstance(s, str) が真) の場合、charset はその文字列のエンコーディングであり、これが与えられた文字セットでうまくデコードできないときはUnicodeError が発生します。 いっぽう s が Unicode 文字列の場合、charset はその文字列の文字セットを決定するためのヒントとして使われます。 - Python
Future compatibility note: It may be tempting to assume that the character set for 8-bit characters is ISO Latin-1 (an ASCII superset that covers most western languages that use the Latinalphabet), but it is possible that in the future Unicode text editors will become common.例文帳に追加
将来のバージョンとの互換性に関する注意: 8-bit 文字に対する文字セットを ISO Latin-1 (ラテン語系アルファベットを用いるほとんどの西欧言語をカバーするASCII の上位セット) とみなしたい気にもなるかもしれません。 しかし、おそらく Unicode を編集できるテキストエディタが将来一般的になるはずです。 - Python
| 例文 |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| 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-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 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
