「byte order mark」を含む例文一覧(3)

  • and then switches according to all byte order marks (BOM) it finds in the input data.
    その後、入力データ中に見つかった全てのバイト整列マーカ (byte order mark, BOM) に従って、バイト整列を切り替えます。 - Python
  • byteorder == -1: little endianbyteorder == 0: native byte order (writes a BOM mark)byteorder == 1: big endian
    byteorder == -1: リトルエンディアンbyteorder == 0: ネイティブ (BOM マーカを書き出します)byteorder == 1: ビッグエンディアン - Python
  • 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

例文データの著作権について