diff options
author | Marcus Brinkmann <[email protected]> | 2002-07-25 15:52:23 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2002-07-25 15:52:23 +0000 |
commit | 46f61064e6013adec9b5caac453e5acbef4a34e3 (patch) | |
tree | 5575e875f702dd229506fd4c4649b5d7b3805be0 | |
parent | 2002-07-25 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-46f61064e6013adec9b5caac453e5acbef4a34e3.tar.gz gpgme-46f61064e6013adec9b5caac453e5acbef4a34e3.zip |
2002-07-25 Marcus Brinkmann <[email protected]>
* gpgme.texi (Manipulating Data Buffers): Mention that backend
tries to detect encoding automatically.
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 3 | ||||
-rw-r--r-- | doc/gpgme.texi | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 32132f18..83dbeb12 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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 <[email protected]> * gpgme.texi (Run Control): Update this section. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 952ee6fa..d599f8ce 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -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 |