「python utf 16」を含む例文一覧(4)

  • Returns a Python string using the UTF-16 encoding in native byteorder.
    ネイティブバイトオーダの UTF-16 でエンコードされた Python 文字列を返します。 - Python
  • 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 object holding the UTF-16 encoded value of the Unicode data in s.
    s 中の Unicode データを UTF-16 でエンコードした結果が入っているPython 文字列オブジェクトを返します。 - Python
  • 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

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