Re: UTF-8 support

2005-07-14 Thread Alain Bench
On Tuesday, July 5, 2005 at 7:50:54 PM +0200, Bruno Haible wrote: > Alain Bench wrote: >> how is a Win32 console app supposed to use libcharset? > The application needs to know where it intends to send a certain > string of text. And this app needs to know which Windows specific Get*CP() to

Re: clearsign destroys files

2005-07-14 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > gpg --clearsign -o signed.pdf original.pdf > gpg --decrypt -o destroyed.pdf signed.pdf You can't clearsign a binary directly, but you can clearsign a list of binary checksums, if you don't want to create a whole bunch of external files. I typicall

Re: clearsign destroys files

2005-07-14 Thread Werner Koch
On Thu, 14 Jul 2005 12:48:58 +0200, Tobias Roth said: > gpg --clearsign -o signed.pdf original.pdf You can't clearsign binary data. Shalom-Salam, Werner ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/g

clearsign destroys files

2005-07-14 Thread Tobias Roth
Hi The following command sequence seems to destroy the pdf file: gpg --clearsign -o signed.pdf original.pdf gpg --decrypt -o destroyed.pdf signed.pdf The new file is slightly smaller than the original one, the difference seems to be some differences in linefeed/newline characters. Adding --no-t