Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3430b0f commit cb8565bCopy full SHA for cb8565b
1 file changed
c-api/arg.po
@@ -425,6 +425,10 @@ msgid ""
425
"references will be set to a buffer with the contents of the argument text. "
426
"The text will be encoded in the encoding specified by the first argument."
427
msgstr ""
428
+"此格式需要两个参数。 第一个仅用作输入,并且必须为 :c:type:`const char*`,它指向一个以 NUL "
429
+"结束的字符串表示的编码格式名称,或者为 ``NULL``,这表示使用 ``'utf-8'`` 编码格式。 如果为 Python "
430
+"无法识别的编码格式名称则会引发异常。 第二个参数必须为 :c:type:`char**`;它所引用的指针值将被设为带有参数文本内容的缓冲区。 "
431
+"文本将以第一个参数所指定的编码格式进行编码。"
432
433
#: ../../c-api/arg.rst:206
434
msgid ""
0 commit comments