2002-07-25 Marcus Brinkmann <marcus@g10code.de>

* gpgme.texi (Manipulating Data Buffers): Mention that backend
	tries to detect encoding automatically.
This commit is contained in:
Marcus Brinkmann 2002-07-25 15:52:23 +00:00
parent fd6d91581b
commit 46f61064e6
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,9 @@
* gpgme.texi (Information About Keys): Document (badly) the new
key attributes.
* gpgme.texi (Manipulating Data Buffers): Mention that backend
tries to detect encoding automatically.
2002-07-03 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Run Control): Update this section.

View File

@ -1068,7 +1068,8 @@ a hint on the type of data. The following data types are available:
@table @code
@item GPGME_DATA_ENCODING_NONE
This specifies that the encoding is not known. This is the default
for a new data object.
for a new data object. The backend will try its best to detect the
encoding automatically.
@item GPGME_DATA_ENCODING_BINARY
This specifies that the data is encoding in binary form; i.e. there is