These are the UTF-16 codec APIs:
以下は UTF-16 codec の APIです: - Python
SpecialChars (replace html entities with their hex codes) UTF-8 (convert UTF-8 strings to ISO-8859-1)
SpecialChars (html エンティティを 16 進コードに置き換える) UTF-8 (UTF-8 文字列を ISO-8859-1 に変換する) - PEAR
The UCS
0xd800\\(en0xdfff (UTF-16 サロゲート) や0xfffe, 0xffff (UCS の non-character) というUCS - JM
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
Returns a Python string using the UTF-16 encoding in native byteorder.
ネイティブバイトオーダの UTF-16 でエンコードされた Python 文字列を返します。 - Python
UTF-16 is one of the standard ways of encoding Unicode character data.
UTF-16はユニコード文字データをエンコードする標準的な方法の一つである。 - コンピューター用語辞典
These constants define various encodings of the Unicode byte order mark(BOM) used in UTF-16 and UTF-32 data streams to indicate the byte order used in the stream or file and in UTF-8 as a Unicode signature.BOM_UTF16 is either BOM_UTF16_BE or BOM_UTF16_LE depending on the platform's native byte order,BOM is an alias for BOM_UTF16, BOM_LE for BOM_UTF16_LE and BOM_BE for BOM_UTF16_BE.The others represent the BOM in UTF-8 and UTF-32 encodings. ここで定義された定数は、様々なエンコーディングの Unicode のバイトオーダマーカ (BOM) で、UTF-16 と UTF-32 におけるデータストリームやファイルストリームのバイトオーダを指定したり、UTF-8 における Unicode signature として使われます。 - Python
ISO-8859-1) toUnicode, general conversion requires carrying around conversion tables, which can be quite large for 16-bit codes.
UTF-8 は自己同期的である。 - JM
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
Expat doesn't support as many encodings as Python does, and its repertoire of encodings can't be extended; it supports UTF-8, UTF-16, ISO-8859-1 (Latin1), and ASCII. Expatは、Pythonのように多くのエンコードをサポートしておらず、またエンコーディングのレパートリを拡張することはできません; サポートするエンコードは、UTF-8, UTF-16, ISO-8859-1 (Latin1), ASCII です。 - Python
for backwards compatibility with ASCII processing software and UTF-16 また、0x10ffff までの非 BMP 文字を扱うUCS-2 対応ソフトウェアとの互換のためにUTF-16 エンコード形式がある。 - JM
Returns a Python string object holding the UTF-16 encoded value of the Unicode data in s. s 中の Unicode データを UTF-16 でエンコードした結果が入っているPython 文字列オブジェクトを返します。 - Python
Basically, UTF-16 allows the inclusion of certain UCS-4 codes in a UCS-2 encoded string.
基本的にUTF-16はUCS-2のエンコードされた文字列にいくつかのUCS-4コードを含めることを許している。 - コンピューター用語辞典
Instead, it displays a box with the hex code of the UTF-8 symbol. UTF-8の文字の16進数コードが四角と一緒に表示されることもあります。 W3CUTF-8テストページ - Gentoo Linux
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
For example: converting binary strings to hexadecimal, or UTF-8 string to Unicode.
たとえば、バイナリを 16 進文字列形式に変換したりUTF-8 文字列を Unicode に変換したりする関数を用意します。 - PEAR
Decodes length bytes from a UTF-16 encoded buffer string and returns the corresponding Unicode object. errors (if non-NULL) defines the error handling. UTF-16 でエンコードされたバッファ s から size バイトデコードして、結果を Unicode オブジェクトで返します。 errors は (NULL でない場合) エラー処理方法を定義します。 - Python
The encryption device handles contents of a storage file or the like of a plaintext and a device state as a character string of "UTF-16" and performs encryption with a prescribed public key and a secret key to generate a cipher text. 暗号化装置は、平文や装置状態の保存ファイル等の内容を「UTF-16」の文字列として取り扱い、所定の公開鍵と秘密鍵の下で暗号化し、暗号文を生成する。 - 特許庁
It uses 1 byte to code 7 bits, 2 bytes for 11 bits, 3 bytes for 16 bits, 4 bytes for 21 bits, 5 bytes for 26 bits, 6 bytes for 31 bits.
UTF-8 は 7 ビットを符号化するのに 1 バイトを、 11 ビットでは 2 バイトを、16 ビットでは 3 バイトを、21 ビットでは 4 バイトを、26 ビットでは 5 バイトを、31 ビットでは 6 バイトを用いる。 - JM
A first conversion unit 65 converts a full path file name of the file information acquired in a format of unicode (e.g., UTF-16) from a long file name format to a short file name format dealing with an ASCII code. 第1変換部65は、ユニコード(例えばUTF−16)の形式で取得したファイル情報中のフルパスファイル名を、ロングファイル名形式から、ASCIIコードを扱うショートファイル名形式に変換する。 - 特許庁
例文データの著作権について
Copyright (C) 1994- Nichigai Associates, Inc., 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 (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.