diff options
author | Werner Koch <[email protected]> | 2004-10-26 12:44:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-10-26 12:44:21 +0000 |
commit | f690c164572d5fd3377c95d0b51f1bc73c185de4 (patch) | |
tree | 68529c2ccf710b32e9b10359658c78d363d5e4ca /README | |
parent | (mem2str): Translated comment to English. (diff) | |
download | gnupg-f690c164572d5fd3377c95d0b51f1bc73c185de4.tar.gz gnupg-f690c164572d5fd3377c95d0b51f1bc73c185de4.zip |
* configure.ac: New option --disable-gnupg-iconv, define
USE_GNUPG_ICONV.
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -605,6 +605,17 @@ This prevents access to certain files and won't allow import or export of secret keys. + --disable-gnupg-iconv + If iconv is available it is used to convert + between utf-8 and the system character set. This + is in general the preferable solution. However + the code is new and under some cirumstances it may + give different output than with the limited old + support. This option allows to explicity disable + the use of iconv. Note, that iconv is also + disabled if getext has been disabled. + + Installation Problems --------------------- |