mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
docs: spellfixes
Pointed by the new CI job
This commit is contained in:
parent
72c41f7c8b
commit
fd1ce3d4b0
188 changed files with 1203 additions and 1208 deletions
|
|
@ -38,7 +38,7 @@ Pass a pointer to your callback function, which should match the prototype
|
|||
shown above.
|
||||
|
||||
Applies to non-ASCII platforms. \fIcurl_version_info(3)\fP will return the
|
||||
CURL_VERSION_CONV feature bit set if this option is provided.
|
||||
\fBCURL_VERSION_CONV\fP feature bit set if this option is provided.
|
||||
|
||||
The data to be converted is in a buffer pointed to by the \fIptr\fP parameter.
|
||||
The amount of data to convert is indicated by the \fIlength\fP parameter. The
|
||||
|
|
@ -54,10 +54,10 @@ the network.
|
|||
If you set a callback pointer to NULL, or do not set it at all, the built-in
|
||||
libcurl iconv functions will be used. If HAVE_ICONV was not defined when
|
||||
libcurl was built, and no callback has been established, conversion will
|
||||
return the CURLE_CONV_REQD error code.
|
||||
return the \fBCURLE_CONV_REQD\fP error code.
|
||||
|
||||
If HAVE_ICONV is defined, CURL_ICONV_CODESET_OF_HOST must also be defined.
|
||||
For example:
|
||||
If \fBHAVE_ICONV\fP is defined, \fBCURL_ICONV_CODESET_OF_HOST\fP must also be
|
||||
defined. For example:
|
||||
|
||||
\&#define CURL_ICONV_CODESET_OF_HOST "IBM-1047"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue