Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 36 of about 36 for encoded (0.060 sec.)
Unicode HOWTO — Python 3.6.5 ドキュメント 6957
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... u can wrap it with a StreamRecoder to return bytes encoded in UTF-8: new_f = codecs . StreamRecoder ( f , # e ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 6957
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pe ( row [ 0 ]) is bytes # the bytestrings will be encoded in UTF-8, unless you stored garbage in the # datab ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 6957
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... writer. This means that Unicode characters will be encoded according to the active console code page, rather ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 6830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... FromFormat() と同じです。 PyObject * PyUnicode_FromEncodedObject ( PyObject *obj , const char *encoding , con ... た場合には NULL を返します。 PyObject * PyUnicode_AsEncodedString ( PyObject *unicode , const char *encoding , ... 古いスタイルの Py_UNICODE APIの一部です; PyUnicode_AsEncodedString() を使用するように移行してください。 UTF-8 C ... String() , PyUnicode_AsUTF8AndSize() , PyUnicode_AsEncodedString() のいずれかを使用するように移行してください ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 6830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... age differences. For example, if you're processing encoded French text, you'd want to be able to write \w+ to ...
https://man.plustar.jp/python/howto/regex.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... l headers using the UTF-8 charset instead of using encoded words. This allows Messages to be formatted accord ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV 1 2 3 4 NEXT